Skip to content

Commit 86b5616

Browse files
authored
Fix typo (#179)
1 parent 3dd5bc3 commit 86b5616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emulate.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ void rv_step(riscv_t *rv, int32_t cycles)
15721572
* the previous block.
15731573
*/
15741574
if (prev) {
1575-
/* updtae previous block */
1575+
/* update previous block */
15761576
if (prev->pc_start != last_pc)
15771577
prev = block_find(&rv->block_map, last_pc);
15781578

0 commit comments

Comments
 (0)