diff options
Diffstat (limited to 'runtime/unwind.c')
-rw-r--r-- | runtime/unwind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/unwind.c b/runtime/unwind.c index b6c9fd75..483c9345 100644 --- a/runtime/unwind.c +++ b/runtime/unwind.c @@ -804,7 +804,7 @@ int unwind(struct unwind_frame_info *frame) #else # define CASES CASE(8); CASE(16); CASE(32); CASE(64) #endif - dbug_unwind(1, "cie=%p fde=%p\n", (u64)cie, (u64)fde); + dbug_unwind(1, "cie=%lx fde=%lx\n", cie, fde); for (i = 0; i < ARRAY_SIZE(state.regs); ++i) { if (REG_INVALID(i)) { if (state.regs[i].where == Nowhere) |