Skip to content
Permalink
Browse files
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.
@@ -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();
}

0 comments on commit 9286b57

Please sign in to comment.