mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
PowerPC: reduce location assert cost
This commit is contained in:
parent
f8445782bf
commit
60e331e2e1
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public:
|
|||
if (location->IsImm())
|
||||
return LocationType::SpeculativeImmediate;
|
||||
|
||||
ASSERT(location == default_location);
|
||||
ASSERT(*location == default_location);
|
||||
return LocationType::Default;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue