diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-01-17 21:09:17 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-01-17 21:09:17 +0100 |
commit | 02a2eb6676d3dbdaea5e5339b32bfa4c9d321175 (patch) | |
tree | 186dccbf1194579406b8e330d9b2407bbdbb0b8f /sys/src | |
parent | 7e1b43a53a6089b2f01aef8a176abb922a2400d0 (diff) |
libmach: fix wrong operand order of MOVLQSX instruction disassembly
Diffstat (limited to 'sys/src')
-rw-r--r-- | sys/src/libmach/8db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/libmach/8db.c b/sys/src/libmach/8db.c index 5a2f10a89..94d731655 100644 --- a/sys/src/libmach/8db.c +++ b/sys/src/libmach/8db.c @@ -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", }; /* |