--- np2/i286x/i286x.h 2003/10/16 17:57:16 1.1 +++ np2/i286x/i286x.h 2003/10/19 14:56:15 1.3 @@ -4,16 +4,16 @@ #define I286IRQCHECKTERM \ __asm { xor eax, eax } \ - __asm { cmp nevent.remainclock, eax } \ + __asm { cmp I286_REMCLOCK, eax } \ __asm { jle short nonremainclr } \ - __asm { xchg nevent.remainclock, eax } \ - __asm { sub nevent.baseclock, eax } \ + __asm { xchg I286_REMCLOCK, eax } \ + __asm { sub I286_BASECLOCK, eax } \ nonremainclr: \ __asm { ret } #define I286PREFIX(proc) \ - __asm { bts i286s.prefix, 0 } \ + __asm { bts i286reg.prefix, 0 } \ __asm { jc fixed } \ __asm { mov REPPOSBAK, esi } \ __asm { push offset removeprefix } \