Changeset 10410 in vbox for trunk/src/recompiler
- Timestamp:
- Jul 9, 2008 12:23:26 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33067
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r10408 r10410 2502 2502 2503 2503 /** 2504 * Replays the invalidated recorded pages.2505 * Called in response to V ERR_REM_FLUSHED_PAGES_OVERFLOWfrom the RAW execution loop.2504 * Replays the handler notification changes 2505 * Called in response to VM_FF_REM_HANDLER_NOTIFY from the RAW execution loop. 2506 2506 * 2507 2507 * @param pVM VM handle. … … 2555 2555 } 2556 2556 } 2557 VM_FF_CLEAR(pVM, VM_FF_REM_HANDLER_NOTIFY); 2557 2558 } 2558 2559
Note:
See TracChangeset
for help on using the changeset viewer.