From bd2e3a46c298367894b7ec145810ef4521ff808b Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Wed, 23 Sep 2020 14:35:23 +0100 Subject: doc: Fix RISC-V X overload This seems to be the current name for the overload. --- doc/riscv.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/riscv.tex b/doc/riscv.tex index ca2b9dfe..5c64b947 100644 --- a/doc/riscv.tex +++ b/doc/riscv.tex @@ -56,7 +56,7 @@ register Xs : vector(32, dec, xlenbits) \sailval{wX} \sailfn{wX} -\sailoverloadUUX +\sailoverloadXXX We also give a function \ll{MEMr} for reading memory, this function just points at a builtin we have defined elsewhere. Note that -- cgit v1.2.3 From f702b004483720d0b3d135238779d68cf013aef0 Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Wed, 23 Sep 2020 14:35:56 +0100 Subject: doc: Fix building with pandoc 2.0 and above --- doc/manual.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/manual.tex b/doc/manual.tex index f3578784..e6b88231 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -75,6 +75,9 @@ %% \renewcommand{\ottrulehead}[3]{\multicolumn{9}{l}{$#1$\quad $#2$}}% %% \renewcommand{\ottprodline}[6]{\multicolumn{9}{l}{\quad$#1$\quad $#2$}}% +% Pandoc 2.0 and above wrap lstinline with a dummy passthrough command for escaping purposes +\newcommand{\passthrough}[1]{#1} + \begin{document} \input{code_riscv} -- cgit v1.2.3