mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Jit64: Use a temporary register for memory references. Part 1.
This commit is contained in:
@ -183,7 +183,7 @@ State GetState()
|
||||
return s_state;
|
||||
}
|
||||
|
||||
const volatile State* GetStatePtr()
|
||||
const State* GetStatePtr()
|
||||
{
|
||||
return &s_state;
|
||||
}
|
||||
|
Reference in New Issue
Block a user