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

@ -21,8 +21,8 @@ OpDesc opdesc[OLast] = {
[ONop] = { "nop", 0, U },
[OCopy] = { "copy", 1, U },
[OSwap] = { "swap", 2, T },
[OIADiv] = { "iadiv", 1, U },
[OIACltd] = { "iacltd", 0, U },
[OXDiv] = { "xdiv", 1, U },
[OXCltd] = { "xcltd", 0, U },
};
typedef enum {