diff options
Diffstat (limited to 'src/lj_target_x86.h')
-rw-r--r-- | src/lj_target_x86.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_target_x86.h b/src/lj_target_x86.h index cc15490b..c718bdb5 100644 --- a/src/lj_target_x86.h +++ b/src/lj_target_x86.h | |||
@@ -191,6 +191,7 @@ typedef struct { | |||
191 | typedef enum { | 191 | typedef enum { |
192 | /* Fixed length opcodes. XI_* prefix. */ | 192 | /* Fixed length opcodes. XI_* prefix. */ |
193 | XI_NOP = 0x90, | 193 | XI_NOP = 0x90, |
194 | XI_XCHGa = 0x90, | ||
194 | XI_CALL = 0xe8, | 195 | XI_CALL = 0xe8, |
195 | XI_JMP = 0xe9, | 196 | XI_JMP = 0xe9, |
196 | XI_JMPs = 0xeb, | 197 | XI_JMPs = 0xeb, |