summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-09-30 17:14:54 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-09-30 17:14:54 -0700
commit1abb9e5370eb700ce98f4403ac686f463aa49d2b (patch)
tree52bcf403c27328852abc1c050673bcb012b5aa3f
parent2aa72b64a6963a81532926a8b5ad0033d22d05a8 (diff)
downloadnasm-1abb9e5370eb700ce98f4403ac686f463aa49d2b.tar.gz
changes.src: document JMP reg64 fix.
Document the fixed JMP reg64. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/changes.src2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index b0f3ab42..dff6f9cd 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -10,6 +10,8 @@ since 2007.
\S{cl-2.05} Version 2.05
+\b Fix redundant REX.W prefix on \c{JMP reg64}.
+
\b Make the behaviour of \c{-O0} match NASM 0.98 legacy behavior.
See \k{opt-O}.