Commit d539d079 authored by Russ Cox's avatar Russ Cox

libmach: fix disassembly of MOVLQSX

R=r
https://golang.org/cl/166068
parent 01f0f16e
...@@ -1376,7 +1376,7 @@ static Optable optable[256+1] = ...@@ -1376,7 +1376,7 @@ static Optable optable[256+1] =
[0xfd] 0,0, "STD", [0xfd] 0,0, "STD",
[0xfe] RMOPB,0, optabFE, [0xfe] RMOPB,0, optabFE,
[0xff] RMOP,0, optabFF, [0xff] RMOP,0, optabFF,
[0x100] RM,0, "MOVLQSX %r,%e", [0x100] RM,0, "MOVLQSX %e,%r",
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment