Changeset 1286 in vbox
- Timestamp:
- Mar 7, 2007 5:41:47 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19239
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMM.cpp
r1283 r1286 192 192 # ifdef VBOX_WITH_HYBIRD_32BIT_KERNEL 193 193 &vmmR3SwitcherAMD64ToPAE_Def, 194 # else 194 # else 195 195 NULL, //&vmmR3SwitcherAMD64ToPAE_Def, 196 # endif 196 # endif 197 197 NULL //&vmmR3SwitcherAMD64ToAMD64_Def, 198 198 #else … … 1269 1269 *uSrc.pu16 = 0x80; /* KERNEL64_CS from i386/seg.h */ 1270 1270 #else 1271 AssertFatalMsg (("FIX_HC_64BIT_CS not implemented for this host\n"));1271 AssertFatalMsgFailed(("FIX_HC_64BIT_CS not implemented for this host\n")); 1272 1272 #endif 1273 1273 break; … … 3026 3026 for (i = 0; i < 1000000; i++) 3027 3027 { 3028 CPUMHyperSetCtxCore(pVM, NULL); 3028 CPUMHyperSetCtxCore(pVM, NULL); 3029 3029 3030 3030 CPUMSetHyperESP(pVM, pVM->vmm.s.pbGCStackBottom); /* Clear the stack. */
Note:
See TracChangeset
for help on using the changeset viewer.