Skip to content

Commit

Permalink
fix a typo in a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jan 19, 2023
1 parent f065f18 commit 2a43eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/insn_impl_control.h
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ INSN_IMPL(return )
assert(ectx->frames.lsize > 0);
const struct funcframe *frame = &VEC_LASTELEM(ectx->frames);
uint32_t nlabels = ectx->labels.lsize - frame->labelidx;
xlog_trace_insn("return as tr %" PRIu32, nlabels);
xlog_trace_insn("return as br %" PRIu32, nlabels);
ectx->event_u.branch.index = nlabels;
ectx->event_u.branch.goto_else = false;
ectx->event = EXEC_EVENT_BRANCH;
Expand Down

0 comments on commit 2a43eb5

Please sign in to comment.