Fixed "unknown pseudo-op: `.loop'"

This commit is contained in:
Alex 2022-10-12 04:39:54 +03:00
parent aae1f22458
commit 7b5758d950
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -8,8 +8,6 @@ using namespace CPU::x64;
extern "C" __attribute__((naked, used, no_stack_protector)) void SystemCallHandlerStub() extern "C" __attribute__((naked, used, no_stack_protector)) void SystemCallHandlerStub()
{ {
asmv(".loop\n"
"jmp .loop\n");
} }
extern "C" uint64_t SystemCallsHandler(SyscallsRegs *regs); extern "C" uint64_t SystemCallsHandler(SyscallsRegs *regs);