Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9691 from JosJuice/jitarm64-register-call
JitArm64: Fix JitRegister::Register call for cstd
  • Loading branch information
lioncash committed May 5, 2021
2 parents 4b827f3 + b305e4c commit 9286b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/PowerPC/JitArm64/JitAsm.cpp
Expand Up @@ -201,7 +201,7 @@ void JitArm64::GenerateCommonAsm()

GetAsmRoutines()->cstd = GetCodePtr();
GenerateConvertSingleToDouble();
JitRegister::Register(GetAsmRoutines()->cdts, GetCodePtr(), "JIT_cstd");
JitRegister::Register(GetAsmRoutines()->cstd, GetCodePtr(), "JIT_cstd");

GenerateQuantizedLoadStores();
}
Expand Down

0 comments on commit 9286b57

Please sign in to comment.