diff options
Diffstat (limited to 'src/kernel/core/interrupt.s')
-rw-r--r-- | src/kernel/core/interrupt.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/core/interrupt.s b/src/kernel/core/interrupt.s index 8fb71e8..084d7c9 100644 --- a/src/kernel/core/interrupt.s +++ b/src/kernel/core/interrupt.s @@ -2,6 +2,7 @@ %macro COMMONSTUB 1 [EXTERN idt_%1_handler] +[GLOBAL %1_common_stub] ; For debugging %1_common_stub: pusha ; Pushes edi,esi,ebp,esp,ebx,edx,ecx,eax |