Changeset 442 in vbox for trunk/src/VBox
- Timestamp:
- Jan 30, 2007 9:04:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
r1 r442 930 930 } 931 931 932 /* *perform the hypervisor address space reservation */932 /* perform the hypervisor address space reservation */ 933 933 reserveHypervisorMemory(pDevExt); 934 934 935 935 do 936 936 { 937 /* *937 /* 938 938 * Do the time sync 939 939 */ … … 967 967 } 968 968 969 /* *969 /* 970 970 * Go asleep unless we're supposed to terminate 971 971 */
Note:
See TracChangeset
for help on using the changeset viewer.