From 2e5c2bcb3d8c493bd946242a5eadb528aedae302 Mon Sep 17 00:00:00 2001 From: John Winans Date: Mon, 12 Oct 2020 09:48:08 -0500 Subject: [PATCH] Fix malformed link for jal in insn encoding table . --- book/insnformats.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/insnformats.tex b/book/insnformats.tex index 7349979..ec83392 100644 --- a/book/insnformats.tex +++ b/book/insnformats.tex @@ -991,7 +991,7 @@ % \begin{scope}[shift={(0,-1.5)}]\DrawHexMarkersRel{32}\end{scope} } \newcommand\DrawAllInsnOpsJAL{ - \begin{scope}[shift={(0,0)}]\DrawInsnOpJType{1101111}{\hyperref[insn:jal]{jal}}{\hyperref[pcrel.21]{rd,pcrel\_21}}\end{scope} + \begin{scope}[shift={(0,0)}]\DrawInsnOpJType{1101111}{\hyperref[insn:jal]{jal}}{rd,\hyperref[pcrel.21]{pcrel\_21}}\end{scope} \begin{scope}[shift={(0,-1.5)}]\DrawInsnOpIType{1100111}{000}{\hyperref[insn:jalr]{jalr}}{rd,\hyperref[imm.i:decode]{imm\_i}(rs1)}\end{scope} \begin{scope}[shift={(0,-1.5)}]\DrawHexMarkersRel{32}\end{scope} }