about summary refs log tree commit diff stats
path: root/src/libtools
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-01-17 12:06:19 +0100
committerptitSeb <sebastien.chev@gmail.com>2025-01-17 12:06:19 +0100
commit03204f709e4586ae0a9950f3e6a7e1158b4a3f66 (patch)
treebe6d07f711b496bdef99d35eb4a764ebd4c44452 /src/libtools
parent6827fc6cc9ca349c3c811bd39aa4a0a9a2c4dbe3 (diff)
downloadbox64-03204f709e4586ae0a9950f3e6a7e1158b4a3f66.tar.gz
box64-03204f709e4586ae0a9950f3e6a7e1158b4a3f66.zip
[TRACE] Fixed a typo in a debug message
Diffstat (limited to 'src/libtools')
-rw-r--r--src/libtools/signals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtools/signals.c b/src/libtools/signals.c
index d6aa7075..89583394 100644
--- a/src/libtools/signals.c
+++ b/src/libtools/signals.c
@@ -1928,7 +1928,7 @@ dynarec_log(/*LOG_DEBUG*/LOG_INFO, "Repeated SIGSEGV with Access error on %p for
                 prot, db, db?db->block:0, db?(db->block+db->size):0,
                 db?db->x64_addr:0, db?(db->x64_addr+db->x64_size):0,
                 getAddrFunctionName((uintptr_t)(db?db->x64_addr:0)),
-                (db?getNeedTest((uintptr_t)db->x64_addr):0)?"need_stest":"clean", db?db->hash:0, hash,
+                (db?getNeedTest((uintptr_t)db->x64_addr):0)?"needs_test":"clean", db?db->hash:0, hash,
                 (void*)my_context->signals[sig]);
 #if defined(ARM64)
             if(db) {