JitArm64: Fix JitRegister::Register call for cstd
Seems like I made a little copy-paste error.
This commit is contained in:
parent
a8c40eb510
commit
b305e4cfc1
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue