Changeset 40274 in vbox for trunk/src/VBox/VMM/VMMR3/VMM.cpp
- Timestamp:
- Feb 28, 2012 1:17:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMM.cpp
r39402 r40274 92 92 #include <VBox/vmm/csam.h> 93 93 #include <VBox/vmm/patm.h> 94 #include <VBox/vmm/rem.h> 94 #ifdef VBOX_WITH_REM 95 # include <VBox/vmm/rem.h> 96 #endif 95 97 #include <VBox/vmm/ssm.h> 96 98 #include <VBox/vmm/tm.h> … … 2128 2130 } 2129 2131 2132 #ifdef VBOX_WITH_REM 2130 2133 /* 2131 2134 * Flush REM handler notifications. … … 2137 2140 break; 2138 2141 } 2142 #endif 2139 2143 2140 2144 /*
Note:
See TracChangeset
for help on using the changeset viewer.