mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-23 16:14:23 +00:00
UserspaceEmulator: Remove remaining printf calls.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user