aboutsummaryrefslogtreecommitdiff
path: root/src/rv32.tex
diff options
context:
space:
mode:
Diffstat (limited to 'src/rv32.tex')
-rw-r--r--src/rv32.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rv32.tex b/src/rv32.tex
index b17e603..deda92c 100644
--- a/src/rv32.tex
+++ b/src/rv32.tex
@@ -797,8 +797,8 @@ When two different link registers ({\tt x1} and {\tt x5}) are given as
support coroutines. If {\em rs1} and {\em rd} are the same link
register (either {\tt x1} or {\tt x5}), the RAS is only pushed to
enable macro-op fusion of the sequences:\linebreak
-{\tt lui ra, imm20; jalr ra, ra, imm12} \ and \
-{\tt auipc ra, imm20; jalr ra, ra, imm12}
+{\tt lui ra, imm20; jalr ra, imm12(ra)} \ and \
+{\tt auipc ra, imm20; jalr ra, imm12(ra)}
\end{commentary}
\subsubsection*{Conditional Branches}