[CPU] MMIOHandler IsRangeWatched now returns true if the entire range is watched.

This commit is contained in:
DrChat
2018-02-09 19:23:24 -06:00
parent 45ba1d0bf3
commit a1677d34e1
2 changed files with 13 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ class MMIOHandler {
// Fires and clears any access watches that overlap this range.
void InvalidateRange(uint32_t physical_address, size_t length);
// Returns true if /any/ part of this range is watched.
// Returns true if /all/ of this range is watched.
bool IsRangeWatched(uint32_t physical_address, size_t length);
protected: