mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 11:45:11 +00:00
UserspaceEmulator: Remove remaining printf calls.
This commit is contained in:
parent
d5ffb51a83
commit
e089855af0
4 changed files with 6 additions and 17 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
#define TODO_INSN() \
|
||||
do { \
|
||||
report("\n==%d== Unimplemented instruction: %s\n", getpid(), __FUNCTION__); \
|
||||
warnln("\n=={}== Unimplemented instruction: {}\n", getpid(), __FUNCTION__); \
|
||||
m_emulator.dump_backtrace(); \
|
||||
_exit(0); \
|
||||
} while (0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue