~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to target-ppc/translate.c

  • Committer: ths
  • Date: 2008-06-03 19:51:57 UTC
  • Revision ID: git-v1:1235fc066ac7146bb3ed8ae97efeb710bb57644a
Spelling fixes, by Stefan Weil.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4655 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
 
288
288
typedef struct opcode_t {
289
289
    unsigned char opc1, opc2, opc3;
290
 
#if HOST_LONG_BITS == 64 /* Explicitely align to 64 bits */
 
290
#if HOST_LONG_BITS == 64 /* Explicitly align to 64 bits */
291
291
    unsigned char pad[5];
292
292
#else
293
293
    unsigned char pad[1];