match targimpl for US versions (#576)
This commit is contained in:
parent
4fdca137cd
commit
53f19c4f6c
4 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue