mirror of
https://github.com/corda/corda.git
synced 2025-04-19 08:36:39 +00:00
fix incorrect parameter to maybeRex call in sseMoveRR
This commit is contained in:
parent
60333c88f5
commit
0e4fabffb7
@ -981,7 +981,7 @@ sseMoveRR(Context* c, unsigned aSize, Assembler::Register* a,
|
||||
modrm(c, 0xc0, a, b);
|
||||
} else {
|
||||
opcode(c, 0xf2);
|
||||
maybeRex(c, 8, a, b);
|
||||
maybeRex(c, 4, a, b);
|
||||
opcode(c, 0x0f, 0x10);
|
||||
modrm(c, 0xc0, a, b);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user