We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ce6d2 commit 4b1e65eCopy full SHA for 4b1e65e
src/rv32_template.c
@@ -109,12 +109,12 @@
109
* | end; | set the end of condition if (src) |
110
* | predict; | parse the branch table of indirect |
111
* | | jump and search the jump target with |
112
- * | | maxiumal frequency. Then, comparing |
+ * | | maximal frequency. Then, comparing |
113
* | | and jumping to the target if the |
114
* | | program counter matches. |
115
* | break; | In the end of a basic block, we need |
116
* | | to store all VM register value to rv |
117
- * | | data, becasue the register allocation |
+ * | | data, because the register allocation |
118
* | | is only applied on a basic block. |
119
*/
120
0 commit comments