1
Fork 0
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:
asynts 2020-10-04 16:23:41 +02:00 committed by Andreas Kling
parent d5ffb51a83
commit e089855af0
4 changed files with 6 additions and 17 deletions

View file

@ -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)