Skip to content

Commit

Permalink
update a printf format
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Apr 29, 2023
1 parent 8e38fc1 commit 7029d21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ memory_getptr2(struct exec_context *ctx, uint32_t memidx, uint32_t ptr,
if (ret != 0) {
return ret;
}
xlog_trace_insn("extend memory %" PRIu32 " from %" PRIu32
" to %" PRIu32,
xlog_trace_insn("extend memory %" PRIu32 " from %zu to %zu",
memidx, meminst->allocated, need);
if (movedp != NULL) {
*movedp = true;
Expand Down

0 comments on commit 7029d21

Please sign in to comment.