Diff for /np2/i386c/ia32/disasm.c between versions 1.7 and 1.8

version 1.7, 2004/03/05 14:17:35 version 1.8, 2004/07/29 13:06:08
Line 332  static const char *opcode2_g9[8] = { Line 332  static const char *opcode2_g9[8] = {
         NULL, "cmpxchg8b", NULL, NULL, NULL, NULL, NULL, NULL          NULL, "cmpxchg8b", NULL, NULL, NULL, NULL, NULL, NULL
 };  };
   
   #if 0
 static const char *sep[2] = { " ", ", " };  static const char *sep[2] = { " ", ", " };
   #endif
   
   
 /*  /*
Line 383  disasm_codefetch_1(disasm_context_t *ctx Line 385  disasm_codefetch_1(disasm_context_t *ctx
         return 0;          return 0;
 }  }
   
   #if 0
 static int  static int
 disasm_codefetch_2(disasm_context_t *ctx)  disasm_codefetch_2(disasm_context_t *ctx)
 {  {
Line 632  ea(disasm_context_t *ctx) Line 635  ea(disasm_context_t *ctx)
   
         return 0;          return 0;
 }  }
   #endif
   
 /*  /*
  * get opcode   * get opcode

Removed from v.1.7  
changed lines
  Added in v.1.8


RetroPC.NET-CVS <cvs@retropc.net>