Changeset 4799 in vbox
- Timestamp:
- Sep 14, 2007 2:53:37 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 24501
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm.h
r4738 r4799 81 81 /** Dynamically allocate physical guest RAM. */ 82 82 VMMCALLHOST_PGM_RAM_GROW_RANGE, 83 #endif 83 #endif 84 84 /** Replay the REM handler notifications. */ 85 85 VMMCALLHOST_REM_REPLAY_HANDLER_NOTIFICATIONS, -
trunk/src/VBox/VMM/VMM.cpp
r4789 r4799 2182 2182 break; 2183 2183 } 2184 2185 2184 #ifndef NEW_PHYS_CODE 2186 2185
Note:
See TracChangeset
for help on using the changeset viewer.