Skip to content

Commit 28d3ca6

Browse files
committed
change Retq to Instr(retq,[])
1 parent a8fa903 commit 28d3ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

defs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
\newcommand{\POPQ}[1]{\key{Instr}\LP \skey{popq} \key{,} \LS #1 \RS \RP}
412412
\newcommand{\JMP}[1]{\key{Jump}\LP #1 \RP}
413413
\newcommand{\JMPIF}[2]{\key{JumpIf}\LP #1 \key{,} #2 \RP}
414-
\newcommand{\RETQ}{\key{Retq}\LP\RP}
414+
\newcommand{\RETQ}{\key{Instr}\LP \skey{retq} \key{,} \LS \RS \RP}
415415
% TODO: change \XPROGRAM to 1 parameter
416416
\newcommand{\XPROGRAM}[2]{\code{X86Program}\LP #2 \RP}
417417
\newcommand{\XPROGRAMDEFS}[1]{\code{X86ProgramDefs}\LP #1 \RP}

0 commit comments

Comments
 (0)