From c473761432c7798a4c74ba10f4e9913c5ee2445f Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 18 Aug 2015 12:00:44 +0200 Subject: [PATCH] Lesson 23, step 6 --- 23-fixes/cpu/interrupt.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/23-fixes/cpu/interrupt.asm b/23-fixes/cpu/interrupt.asm index 895914f..a5d9636 100644 --- a/23-fixes/cpu/interrupt.asm +++ b/23-fixes/cpu/interrupt.asm @@ -39,6 +39,7 @@ irq_common_stub: mov es, ax mov fs, ax mov gs, ax + cld call irq_handler ; Different than the ISR code pop ebx ; Different than the ISR code mov ds, bx