From c2d22838c0500970f275069f19d2a0bd2a016d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matteo=20Gm=C3=BCr?= Date: Thu, 10 Apr 2025 09:26:50 +0000 Subject: Also add iretq to boot.s --- arch/x86_64/src/boot/boot.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x86_64/src/boot/boot.s') diff --git a/arch/x86_64/src/boot/boot.s b/arch/x86_64/src/boot/boot.s index 85ae1a1..5a49d48 100644 --- a/arch/x86_64/src/boot/boot.s +++ b/arch/x86_64/src/boot/boot.s @@ -375,7 +375,7 @@ context_switch: // instruction address to return to push test_function - iret + iretq test_function: cli -- cgit v1.2.3