mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-03 09:22:31 +00:00
- fix minor spelling error
This commit is contained in:
parent
28f2311108
commit
fdf17a5d8e
1 changed files with 1 additions and 1 deletions
|
@ -2334,7 +2334,7 @@ private:
|
||||||
void EmitLEF_KR()
|
void EmitLEF_KR()
|
||||||
{
|
{
|
||||||
EmitComparisonOpcode([&](asmjit::X86Gp& result) {
|
EmitComparisonOpcode([&](asmjit::X86Gp& result) {
|
||||||
if (static_cast<bool>(A & CMP_APPROX)) I_FatalError("CMP_APPROX not implemented for LTF_KR.\n");
|
if (static_cast<bool>(A & CMP_APPROX)) I_FatalError("CMP_APPROX not implemented for LEF_KR.\n");
|
||||||
|
|
||||||
auto tmp = cc.newIntPtr();
|
auto tmp = cc.newIntPtr();
|
||||||
cc.mov(tmp, ToMemAddress(&konstf[B]));
|
cc.mov(tmp, ToMemAddress(&konstf[B]));
|
||||||
|
|
Loading…
Reference in a new issue