diff --git a/src/arch/x86_64/macros.rs b/src/arch/x86_64/macros.rs index 6a406c5a3cd8ac1463f67d5d990ed61a3806c3a9..5ad34d8d4ce6d57d75f7bc599ecbb5d2a2eac6e7 100644 --- a/src/arch/x86_64/macros.rs +++ b/src/arch/x86_64/macros.rs @@ -280,8 +280,8 @@ impl InterruptStack { self.scratch.rdx = all.rdx; self.scratch.rcx = all.rcx; self.scratch.rax = all.rax; - // self.iret.rip = all.rip; - // self.iret.cs = all.cs; + self.iret.rip = all.rip; + self.iret.cs = all.cs; // self.iret.rflags = all.eflags; } /// Enables the "Trap Flag" in the FLAGS register, causing the CPU