diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-04-10 09:26:50 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-04-10 09:26:50 +0000 |
| commit | c2d22838c0500970f275069f19d2a0bd2a016d1b (patch) | |
| tree | 66879b0bc54f15e31a14da2ea6dbd3b29868ea45 | |
| parent | 862d7f33414132cb73f7f3968250a071d78c191b (diff) | |
| download | teachos-c2d22838c0500970f275069f19d2a0bd2a016d1b.tar.xz teachos-c2d22838c0500970f275069f19d2a0bd2a016d1b.zip | |
Also add iretq to boot.s
| -rw-r--r-- | arch/x86_64/src/boot/boot.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
