From d706c5c3f4cd592bcaedb5d6896685f44843caf5 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Wed, 30 Oct 2019 18:39:54 -0700 Subject: [PATCH] fixes broken segment reconstruction(i hope) --- interrupt_entry.s | 1 + 1 file changed, 1 insertion(+) diff --git a/interrupt_entry.s b/interrupt_entry.s index 52bf2e7..9626b2b 100644 --- a/interrupt_entry.s +++ b/interrupt_entry.s @@ -59,6 +59,7 @@ common_int_handler: call eax ; preserve the eip register past this call ; segments + pop eax pop gs pop fs pop es