match targimpl for US versions (#576)

This commit is contained in:
Rainchus 2025-03-16 15:05:13 -05:00 committed by GitHub
parent 4fdca137cd
commit 53f19c4f6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -1192,7 +1192,7 @@ DSError TRKPPCAccessSpecialReg(void* value, u32* access_func, BOOL read)
#endif
// Flush cache
TRK_flush_cache(access_func, (sizeof(access_func) * 10));
TRK_flush_cache((void*)(u32)access_func, (sizeof(access_func) * 10));
(*asm_access)((u32*)value, (void*)&TRKvalue128_temp);
return DS_NoError;