MMIO Handler: Don't allow more than one watch to occupy the same region (fire old watches if a new one overlaps)
This commit is contained in:
@@ -95,6 +95,7 @@ class MMIOHandler {
|
||||
static bool ExceptionCallbackThunk(Exception* ex, void* data);
|
||||
bool ExceptionCallback(Exception* ex);
|
||||
|
||||
void FireAccessWatch(AccessWatchEntry* entry);
|
||||
void ClearAccessWatch(AccessWatchEntry* entry);
|
||||
bool CheckAccessWatch(uint32_t guest_address);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user