From 56eaa4f5c9ce438f1b6c2039bbeb7218a86a2158 Mon Sep 17 00:00:00 2001 From: Max Logaev Date: Fri, 16 Jan 2026 20:32:44 +0300 Subject: [PATCH] mtdbg: Removed extra whitespace Signed-off-by: Max Logaev --- programs/develop/mtdbg/mtdbg.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/develop/mtdbg/mtdbg.asm b/programs/develop/mtdbg/mtdbg.asm index 406681c1a..24b1caf12 100644 --- a/programs/develop/mtdbg/mtdbg.asm +++ b/programs/develop/mtdbg/mtdbg.asm @@ -1216,7 +1216,7 @@ OnBacktrace: ; Find symbol by return address call find_near_symbol test esi, esi - jnz .print_sym + jnz .print_sym mov esi, aBacktraceSymStub