From 35b73e800407656b26df70c0da601b8e239deda1 Mon Sep 17 00:00:00 2001 From: Starnakin Date: Wed, 22 Jan 2025 14:06:09 +0100 Subject: [PATCH] clean: remove useless code --- src/interrupt/irq.s | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/interrupt/irq.s b/src/interrupt/irq.s index c320370..b57e922 100644 --- a/src/interrupt/irq.s +++ b/src/interrupt/irq.s @@ -38,10 +38,7 @@ irq_common_stub: iret irq0: - push eax - mov eax, [esp + 4] mov [esp_backup], esp - pop eax push 0 push 32 jmp irq_common_stub