|
|
| version 1.2, 2003/10/17 07:17:20 | version 1.3, 2003/10/19 14:56:15 |
|---|---|
| Line 4 | Line 4 |
| #define I286IRQCHECKTERM \ | #define I286IRQCHECKTERM \ |
| __asm { xor eax, eax } \ | __asm { xor eax, eax } \ |
| __asm { cmp nevent.remainclock, eax } \ | __asm { cmp I286_REMCLOCK, eax } \ |
| __asm { jle short nonremainclr } \ | __asm { jle short nonremainclr } \ |
| __asm { xchg nevent.remainclock, eax } \ | __asm { xchg I286_REMCLOCK, eax } \ |
| __asm { sub nevent.baseclock, eax } \ | __asm { sub I286_BASECLOCK, eax } \ |
| nonremainclr: \ | nonremainclr: \ |
| __asm { ret } | __asm { ret } |