mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- more spelling mistakes...
This commit is contained in:
parent
a770b3af16
commit
9530a2e43c
1 changed files with 2 additions and 2 deletions
|
@ -2626,7 +2626,7 @@ private:
|
|||
void EmitEQV3_R()
|
||||
{
|
||||
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 result1Tmp = cc.newInt32();
|
||||
|
@ -2656,7 +2656,7 @@ private:
|
|||
|
||||
void EmitEQV3_K()
|
||||
{
|
||||
I_FatalError("EQV2_K is not used.");
|
||||
I_FatalError("EQV3_K is not used.");
|
||||
}
|
||||
|
||||
// Pointer math.
|
||||
|
|
Loading…
Reference in a new issue