libmach: fix wrong operand order of MOVLQSX instruction disassembly
This commit is contained in:
parent
7e1b43a53a
commit
02a2eb6676
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue