mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
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
Block a user