Skip to content

Commit

Permalink
Fix typo (sysprog21#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxinliao authored May 8, 2024
1 parent 6358a25 commit 16f2868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rv32_template.c
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ RVOP(
alu32, 0x01, TMP, VR2;
}))

/* SUB: Substract */
/* SUB: Subtract */
RVOP(
sub,
{ rv->X[ir->rd] = rv->X[ir->rs1] - rv->X[ir->rs2]; },
Expand Down Expand Up @@ -1320,7 +1320,7 @@ RVOP(
if (ir->rd)
rv->X[ir->rd] = rv->io.mem_read_w(addr);
/* skip registration of the 'reservation set'
* FIXME: uimplemented
* FIXME: unimplemented
*/
},
GEN({
Expand Down

0 comments on commit 16f2868

Please # to comment.