Diff for /np2/i386c/ia32/cpu.c between versions 1.7 and 1.9

version 1.7, 2004/01/23 14:33:26 version 1.9, 2004/02/04 13:24:34
Line 365  ea(DWORD eip, DWORD op) Line 365  ea(DWORD eip, DWORD op)
                 int n;                  int n;
                 int i;                  int i;
   
                 ZeroMemory(count, sizeof(count));                  memset(count, 0, sizeof(count));
   
                 if (rm == 5) {                  if (rm == 5) {
                         DWORD sib;                          DWORD sib;
Line 458  close_instruction_trace(void) Line 458  close_instruction_trace(void)
 #endif  /* IA32_INSTRUCTION_TRACE */  #endif  /* IA32_INSTRUCTION_TRACE */
   
   
 jmp_buf exec_1step_jmpbuf;  sigjmp_buf exec_1step_jmpbuf;
   
 void  void
 exec_1step(void)  exec_1step(void)

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


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