mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-29 07:22:05 +00:00
- more spelling mistakes...
This commit is contained in:
parent
fdf17a5d8e
commit
eeb4419bc4
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue