Changeset 20407 in vbox
- Timestamp:
- Jun 8, 2009 1:40:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/rem.h
r20374 r20407 75 75 REMR3DECL(void) REMR3A20Set(PVM pVM, PVMCPU pVCpu, bool fEnable); 76 76 REMR3DECL(int) REMR3DisasEnableStepping(PVM pVM, bool fEnable); 77 REMR3DECL(void) REMR3ReplayInvalidatedPages(PVM pVM, PVMCPU pVCpu);78 77 REMR3DECL(void) REMR3ReplayHandlerNotifications(PVM pVM); 79 78 REMR3DECL(int) REMR3NotifyCodePageChanged(PVM pVM, PVMCPU pVCpu, RTGCPTR pvCodePage);
Note:
See TracChangeset
for help on using the changeset viewer.