Diff for /np2/i386c/ia32/cpu.c between versions 1.5 and 1.6

version 1.5, 2004/01/15 15:50:33 version 1.6, 2004/01/16 15:17:51
Line 653  exec_1step(void) Line 653  exec_1step(void)
         int i;          int i;
         BOOL t = cpu_inst_trace;          BOOL t = cpu_inst_trace;
   
         if ((CPU_CS == 0x0018) && (eip >= 0x0000b42c) && (eip <= 0x0000b435)) {  
                 t = FALSE;  
         }  
   
         if ((fp == NULL) && t) {          if ((fp == NULL) && t) {
                 fp = fopen("ia32trace.txt", "a");                  fp = fopen("ia32trace.txt", "a");
         }          }

Removed from v.1.5  
changed lines
  Added in v.1.6


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