summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-09-25 23:42:28 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-09-25 23:42:28 -0700
commit6f87180c3f8f30a37d8f0c17cc06070fa1a1c2b6 (patch)
tree917fa6c2e57a847fdea71e46f47f5806bab89365
parentbbf8be4b573cd4f9eb716e3323be8e5c28fcf53c (diff)
downloadnasm-6f87180c3f8f30a37d8f0c17cc06070fa1a1c2b6.tar.gz
JMP reg64 does not require a REX.W prefix.
We were redundantly emitting a REX.W prefix for JMP reg64. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--insns.dat2
1 files changed, 1 insertions, 1 deletions
diff --git a/insns.dat b/insns.dat
index 94046ba5..6f8dc44d 100644
--- a/insns.dat
+++ b/insns.dat
@@ -645,7 +645,7 @@ JMP mem32|near \321\1\xFF\204 386,NOLONG
JMP mem64|near \323\1\xFF\204 X64
JMP reg16 \320\1\xFF\204 8086
JMP reg32 \321\1\xFF\204 386,NOLONG
-JMP reg64 \324\1\xFF\204 X64
+JMP reg64 \323\1\xFF\204 X64
JMP mem \322\1\xFF\204 8086
JMP mem16 \320\1\xFF\204 8086
JMP mem32 \321\1\xFF\204 386,NOLONG