mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-29 23:36:33 +00:00
Merge pull request #9691 from JosJuice/jitarm64-register-call
JitArm64: Fix JitRegister::Register call for cstd
This commit is contained in:
commit
9286b57d84
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue