libmach: fix wrong operand order of MOVLQSX instruction disassembly

This commit is contained in:
cinap_lenrek 2014-01-17 21:09:17 +01:00
parent 7e1b43a53a
commit 02a2eb6676

View file

@ -1223,7 +1223,7 @@ static Optable optable[256+1] =
[0xfd] 0,0, "STD",
[0xfe] RMOPB,0, optabFE,
[0xff] RMOP,0, optabFF,
[0x100] RM,0, "MOVLQSX %r,%e",
[0x100] RM,0, "MOVLQSX %e,%r",
};
/*