1
0
mirror of https://github.com/golang/go synced 2024-09-25 15:10:11 -06:00

libmach: fix disassembly of MOVLQSX

R=r
https://golang.org/cl/166068
This commit is contained in:
Russ Cox 2009-12-04 18:34:35 -08:00
parent 01f0f16ebc
commit d539d079ad

View File

@ -1376,7 +1376,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",
};
/*