--- np2/i286x/i286x.h 2003/10/17 07:17:20 1.2 +++ np2/i286x/i286x.h 2003/10/19 14:56:15 1.3 @@ -4,10 +4,10 @@ #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 }