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

@ -81,10 +81,10 @@ eins(Ins i, Fn *fn, FILE *f)
case OSwap:
eop("xchg", i.arg[0], i.arg[1], fn, f);
break;
case OIACltd:
case OXCltd:
fprintf(f, "\tcltd\n");
break;
case OIADiv:
case OXDiv:
eop("idiv", i.arg[0], R, fn, f);
break;
case ONop: