Commit 6d55dfe2 authored by Fred Drake's avatar Fred Drake

UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman

<cgw@fnal.gov>).

Fix minor problem with EXTENDED_ARG description markup..
parent a0979777
...@@ -146,7 +146,7 @@ push the result back on the stack. ...@@ -146,7 +146,7 @@ push the result back on the stack.
Implements \code{TOS = +TOS}. Implements \code{TOS = +TOS}.
\end{opcodedesc} \end{opcodedesc}
\begin{opcodedesc}{UNARY_NEG}{} \begin{opcodedesc}{UNARY_NEGATIVE}{}
Implements \code{TOS = -TOS}. Implements \code{TOS = -TOS}.
\end{opcodedesc} \end{opcodedesc}
...@@ -595,7 +595,7 @@ information. ...@@ -595,7 +595,7 @@ information.
Prefixes any opcode which has an argument too big to fit into the Prefixes any opcode which has an argument too big to fit into the
default two bytes. \var{ext} holds two additional bytes which, taken default two bytes. \var{ext} holds two additional bytes which, taken
together with the subsequent opcode's argument, comprise a four-byte together with the subsequent opcode's argument, comprise a four-byte
argument, \var {ext} being the two most-significant bytes. argument, \var{ext} being the two most-significant bytes.
\end{opcodedesc} \end{opcodedesc}
\begin{opcodedesc}{CALL_FUNCTION_VAR}{argc} \begin{opcodedesc}{CALL_FUNCTION_VAR}{argc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment