Skip to content

Commit 9eff395

Browse files
jacobly0adriweb
authored andcommitted
Fix unused variable warning.
1 parent a931f45 commit 9eff395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/debug/debug.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ void debug_inst_repeat(bool first) {
264264
}
265265

266266
void debug_record_jump(uint32_t addr) {
267+
(void)addr;
267268
if (debug.step) {
268269
debug.tempExec = ~0u;
269270
}

0 commit comments

Comments
 (0)