diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/locore.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/i386/i386/locore.S b/i386/i386/locore.S index 378297ff..9d0513a1 100644 --- a/i386/i386/locore.S +++ b/i386/i386/locore.S @@ -782,8 +782,7 @@ ENTRY(all_intrs) #endif #ifdef MACH_LDEBUG - CPU_NUMBER(%ecx) - incl CX(EXT(in_interrupt),%ecx) + incl CX(EXT(in_interrupt),%edx) #endif call EXT(interrupt) /* call generic interrupt routine */ |