clean: remove useless code

This commit is contained in:
Starnakin 2025-01-22 14:06:09 +01:00
parent 4ec1a4962d
commit 35b73e8004

View File

@ -38,10 +38,7 @@ irq_common_stub:
iret iret
irq0: irq0:
push eax
mov eax, [esp + 4]
mov [esp_backup], esp mov [esp_backup], esp
pop eax
push 0 push 0
push 32 push 32
jmp irq_common_stub jmp irq_common_stub