Skip to content

Commit 426aecb

Browse files
authored
[libunwind] Fix a typo in debug print (llvm#118856)
1 parent 7329086 commit 426aecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libunwind/src/Unwind-sjlj.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ _LIBUNWIND_EXPORT uintptr_t
408408
_Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) {
409409
_Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context;
410410
_LIBUNWIND_TRACE_API("_Unwind_GetLanguageSpecificData(context=%p) "
411-
"=> 0x%" PRIuPTR,
411+
"=> 0x%" PRIxPTR,
412412
(void *)context, ufc->lsda);
413413
return ufc->lsda;
414414
}

0 commit comments

Comments
 (0)