Skip to content

Commit

Permalink
Merge pull request sysprog21#429 from p96114175/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jserv authored May 7, 2024
2 parents 00d907a + c5c72ea commit 6358a25
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 @@ -109,12 +109,12 @@
* | end; | set the end of condition if (src) |
* | predict; | parse the branch table of indirect |
* | | jump and search the jump target with |
* | | maxiumal frequency. Then, comparing |
* | | maximal frequency. Then, comparing |
* | | and jumping to the target if the |
* | | program counter matches. |
* | break; | In the end of a basic block, we need |
* | | to store all VM register value to rv |
* | | data, becasue the register allocation |
* | | data, because the register allocation |
* | | is only applied on a basic block. |
*/

Expand Down

0 comments on commit 6358a25

Please # to comment.