Diff for /np2/i286x/i286x.cpp between versions 1.27 and 1.28

version 1.27, 2005/03/25 14:57:56 version 1.28, 2005/04/04 11:50:59
Line 329  LABEL void i286x_step(void) { Line 329  LABEL void i286x_step(void) {
                                 mov             ebx, dword ptr (i286core.s.prefetchque)                                  mov             ebx, dword ptr (i286core.s.prefetchque)
                                 movzx   esi, I286_IP                                  movzx   esi, I286_IP
   
   #if defined(ENABLE_TRAP)
                                   mov             edx, esi
                                   movzx   ecx, I286_CS
                                   call    steptrap
   #endif
   
                                 movzx   eax, bl                                  movzx   eax, bl
                                 call    i286op[eax*4]                                  call    i286op[eax*4]
   

Removed from v.1.27  
changed lines
  Added in v.1.28


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