mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-28 07:33:40 +02:00
Ranged cache invalidation
This commit is contained in:
@@ -35,6 +35,14 @@ LocationDescriptor Block::Location() const {
|
||||
return location;
|
||||
}
|
||||
|
||||
LocationDescriptor Block::EndLocation() const {
|
||||
return end_location;
|
||||
}
|
||||
|
||||
void Block::SetEndLocation(const LocationDescriptor& descriptor) {
|
||||
end_location = descriptor;
|
||||
}
|
||||
|
||||
Arm::Cond Block::GetCondition() const {
|
||||
return cond;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user