replace IA with X for x64 instructions

This commit is contained in:
Quentin Carbonneaux 2015-08-01 15:49:02 -04:00
parent 0d5fb419e3
commit dff7044a2c
4 changed files with 8 additions and 8 deletions

View file

@ -94,8 +94,8 @@ enum {
ONop,
OCopy,
OSwap,
OIACltd,
OIADiv,
OXCltd,
OXDiv,
OLast
};