Skip to content

Commit

Permalink
[TRACE] Fixed a typo in a debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Jan 17, 2025
1 parent 6827fc6 commit 03204f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libtools/signals.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 03204f7

Please sign in to comment.