- more spelling mistakes...

This commit is contained in:
Jonathan Russell 2018-09-02 23:47:22 +01:00
parent fdf17a5d8e
commit eeb4419bc4

View file

@ -2626,7 +2626,7 @@ private:
void EmitEQV3_R() void EmitEQV3_R()
{ {
EmitComparisonOpcode([&](asmjit::X86Gp& result) { EmitComparisonOpcode([&](asmjit::X86Gp& result) {
if (static_cast<bool>(A & CMP_APPROX)) I_FatalError("CMP_APPROX not implemented for EQV2_R.\n"); if (static_cast<bool>(A & CMP_APPROX)) I_FatalError("CMP_APPROX not implemented for EQV3_R.\n");
auto parityTmp = cc.newInt32(); auto parityTmp = cc.newInt32();
auto result1Tmp = cc.newInt32(); auto result1Tmp = cc.newInt32();
@ -2656,7 +2656,7 @@ private:
void EmitEQV3_K() void EmitEQV3_K()
{ {
I_FatalError("EQV2_K is not used."); I_FatalError("EQV3_K is not used.");
} }
// Pointer math. // Pointer math.