From 186192023de01f93e24d2176203d5257bc424507 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 28 Oct 2021 19:24:31 +0200 Subject: [PATCH] Exception: fix stack for ex withour err code --- arch/x86/exception_wrappers.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/exception_wrappers.S b/arch/x86/exception_wrappers.S index 4ba8b55..122bcd0 100644 --- a/arch/x86/exception_wrappers.S +++ b/arch/x86/exception_wrappers.S @@ -157,8 +157,6 @@ popl %ecx popl %eax popl %ebp - /* Remove fake error code */ - addl $4, %esp iret .endm