mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
JitArm64: Fix JitRegister::Register call for cstd
Seems like I made a little copy-paste error.
This commit is contained in:
@ -201,7 +201,7 @@ void JitArm64::GenerateCommonAsm()
|
|||||||
|
|
||||||
GetAsmRoutines()->cstd = GetCodePtr();
|
GetAsmRoutines()->cstd = GetCodePtr();
|
||||||
GenerateConvertSingleToDouble();
|
GenerateConvertSingleToDouble();
|
||||||
JitRegister::Register(GetAsmRoutines()->cdts, GetCodePtr(), "JIT_cstd");
|
JitRegister::Register(GetAsmRoutines()->cstd, GetCodePtr(), "JIT_cstd");
|
||||||
|
|
||||||
GenerateQuantizedLoadStores();
|
GenerateQuantizedLoadStores();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user