summaryrefslogtreecommitdiff
path: root/insns.pl
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-02-25 22:22:07 -0800
committerH. Peter Anvin <hpa@zytor.com>2012-02-25 22:22:07 -0800
commitfb3f4e6ddbb00dea78cdccc71b824d829dc058de (patch)
treedff0693143ac65e803d833c8d51e6ba0d5144ae2 /insns.pl
parentc5473121afc4025669ef4b86b99bdbfc7a46c44d (diff)
downloadnasm-fb3f4e6ddbb00dea78cdccc71b824d829dc058de.tar.gz
nasm-fb3f4e6ddbb00dea78cdccc71b824d829dc058de.tar.bz2
nasm-fb3f4e6ddbb00dea78cdccc71b824d829dc058de.zip
HLE: Change NOHLE to be an instruction flag
The way our matching system works we have to make NOHLE an instruction flag rather than an byte code; by the time we run the byte code interpreter we have already picked an instruction pattern once and for all. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'insns.pl')
-rwxr-xr-xinsns.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/insns.pl b/insns.pl
index 2ec891c..28c1348 100755
--- a/insns.pl
+++ b/insns.pl
@@ -726,7 +726,6 @@ sub byte_code_compile($$) {
'jcc8' => 0370, # Match only if Jcc possible with single byte
'jmp8' => 0371, # Match only if JMP possible with single byte
'jlen' => 0373, # Length of jump
- 'nohle' => 0264,
'hlexr' => 0265,
'hlenl' => 0266,
'hle' => 0267,