Updated bitmap command

This commit is contained in:
Alex
2022-12-20 00:47:46 +02:00
parent 47e4731b78
commit 0a2e8f7154
2 changed files with 5 additions and 4 deletions

View File

@ -94,7 +94,7 @@ namespace InterruptDescriptorTable
// "swapgs\n"
// ".skip_swap_check_2:\n"
"iretq"); // pop CS RIP RFLAGS SS ESP
"iretq"); // pop CS RIP RFLAGS SS RSP
}
extern "C" void WarnSwapgs() { warn("swapgs"); }