Update files

This commit is contained in:
Alex 2022-11-04 05:26:43 +02:00
parent 534606dca5
commit 37ff3a71a4
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -5,7 +5,7 @@
extern "C" uint64_t SystemCallsHandler(SyscallsRegs *regs)
{
#if defined(__amd64__)
fixme("System call %lld", regs->rax);
fixme("System call %ld", regs->rax);
#elif defined(__i386__)
fixme("System call %lld", regs->eax);
#elif defined(__aarch64__)