mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-18 04:54:36 +03:00
Fixed #68
This commit is contained in:
@@ -2293,7 +2293,7 @@ _EmitFpArith_Mem:
|
|||||||
goto _IllegalInst;
|
goto _IllegalInst;
|
||||||
|
|
||||||
opCode = extendedInfo.getSecondaryOpCode();
|
opCode = extendedInfo.getSecondaryOpCode();
|
||||||
goto _EmitX86Op;
|
goto _EmitFpuOp;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (encoded == ENC_OPS(Mem, None, None)) {
|
if (encoded == ENC_OPS(Mem, None, None)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user