summaryrefslogtreecommitdiff
path: root/src/kernel/arch/amd64/interrupts
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/arch/amd64/interrupts')
-rw-r--r--src/kernel/arch/amd64/interrupts/isr_stub.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/arch/amd64/interrupts/isr_stub.s b/src/kernel/arch/amd64/interrupts/isr_stub.s
index c63bf2c..75934d5 100644
--- a/src/kernel/arch/amd64/interrupts/isr_stub.s
+++ b/src/kernel/arch/amd64/interrupts/isr_stub.s
@@ -32,6 +32,7 @@ _isr_stage2:
push %r13
push %r14
push %r15
+ // TODO FXSAVE might be required on interrupts too?
// convert the return address into the vector nr
mov 120(%rsp), %rdi