We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7329086 commit 426aecbCopy full SHA for 426aecb
libunwind/src/Unwind-sjlj.c
@@ -408,7 +408,7 @@ _LIBUNWIND_EXPORT uintptr_t
408
_Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) {
409
_Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context;
410
_LIBUNWIND_TRACE_API("_Unwind_GetLanguageSpecificData(context=%p) "
411
- "=> 0x%" PRIuPTR,
+ "=> 0x%" PRIxPTR,
412
(void *)context, ufc->lsda);
413
return ufc->lsda;
414
}
0 commit comments