diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc.c b/src/wrapped/wrappedlibc.c index 8ca9bcf3..9723b939 100755 --- a/src/wrapped/wrappedlibc.c +++ b/src/wrapped/wrappedlibc.c @@ -2725,7 +2725,7 @@ EXPORT int my_clone(x64emu_t* emu, void* fn, void* stack, int flags, void* args, EXPORT void my___cxa_pure_virtual(x64emu_t* emu) { - fprintf(LOG_NONE, "Pure virtual function called\n"); + printf_log(LOG_NONE, "Pure virtual function called\n"); emu->quit = 1; abort(); } |