/[qemu]/qemu/translate.c
ViewVC logotype

Diff of /qemu/translate.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by bellard, Sun Jun 15 19:58:51 2003 UTC revision 1.2 by bellard, Sun Jun 15 20:25:43 2003 UTC
# Line 123  int cpu_gen_code(TranslationBlock *tb, Line 123  int cpu_gen_code(TranslationBlock *tb,
123    
124  static const unsigned short opc_copy_size[] = {  static const unsigned short opc_copy_size[] = {
125  #define DEF(s, n, copy_size) copy_size,  #define DEF(s, n, copy_size) copy_size,
126  #include "opc-i386.h"  #include "opc-" TARGET_ARCH ".h"
127  #undef DEF  #undef DEF
128  };  };
129    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26