mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-16 05:42:55 +00:00
Merge pull request #12206 from malleoz/ppc_reg_location_assert_improvement
PowerPC: reduce location assert cost
This commit is contained in:
commit
7c995000ae
@ -51,7 +51,7 @@ public:
|
|||||||
if (location->IsImm())
|
if (location->IsImm())
|
||||||
return LocationType::SpeculativeImmediate;
|
return LocationType::SpeculativeImmediate;
|
||||||
|
|
||||||
ASSERT(location == default_location);
|
ASSERT(*location == default_location);
|
||||||
return LocationType::Default;
|
return LocationType::Default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user