mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-06 21:09:22 +00:00
Fixed "unknown pseudo-op: `.loop'"
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user