mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 23:44:35 +00:00
Fixed "unknown pseudo-op: `.loop'"
This commit is contained in:
parent
aae1f22458
commit
7b5758d950
@ -8,8 +8,6 @@ using namespace CPU::x64;
|
||||
|
||||
extern "C" __attribute__((naked, used, no_stack_protector)) void SystemCallHandlerStub()
|
||||
{
|
||||
asmv(".loop\n"
|
||||
"jmp .loop\n");
|
||||
}
|
||||
|
||||
extern "C" uint64_t SystemCallsHandler(SyscallsRegs *regs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user