mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
UserspaceEmulator: Make the "unimplemented syscall" output look nicer
This commit is contained in:
@@ -383,7 +383,7 @@ u32 Emulator::virt_syscall(u32 function, u32 arg1, u32 arg2, u32 arg3)
|
||||
case SC_fork:
|
||||
return virt$fork();
|
||||
default:
|
||||
dbg() << "Unimplemented syscall: " << Syscall::to_string((Syscall::Function)function);
|
||||
report("\n==%d== \033[31;1mUnimplemented syscall: %s\033[0m, %p\n", getpid(), Syscall::to_string((Syscall::Function)function));
|
||||
dump_backtrace();
|
||||
TODO();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user