From 494786be26172796d3be9331fdcd2997ae1969b7 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 6 Nov 2024 16:08:50 +0100 Subject: Fixed a small typo --- src/emu/x64int3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/emu/x64int3.c b/src/emu/x64int3.c index 697fe19f..349974fa 100644 --- a/src/emu/x64int3.c +++ b/src/emu/x64int3.c @@ -401,7 +401,7 @@ int GetTID() void print_cycle_log(int loglevel) { if(cycle_log) { - printf_log(LOG_INFO, "Last calls\n"); + printf_log(loglevel, "Last calls\n"); int j = (my_context->current_line+1)%cycle_log; for (int i=0; i