We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fa903 commit 28d3ca6Copy full SHA for 28d3ca6
1 file changed
defs.tex
@@ -411,7 +411,7 @@
411
\newcommand{\POPQ}[1]{\key{Instr}\LP \skey{popq} \key{,} \LS #1 \RS \RP}
412
\newcommand{\JMP}[1]{\key{Jump}\LP #1 \RP}
413
\newcommand{\JMPIF}[2]{\key{JumpIf}\LP #1 \key{,} #2 \RP}
414
-\newcommand{\RETQ}{\key{Retq}\LP\RP}
+\newcommand{\RETQ}{\key{Instr}\LP \skey{retq} \key{,} \LS \RS \RP}
415
% TODO: change \XPROGRAM to 1 parameter
416
\newcommand{\XPROGRAM}[2]{\code{X86Program}\LP #2 \RP}
417
\newcommand{\XPROGRAMDEFS}[1]{\code{X86ProgramDefs}\LP #1 \RP}
0 commit comments