- Timestamp:
- Mar 7, 2009 10:06:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r17513 r17529 2310 2310 { 2311 2311 #ifdef VBOX_WITH_NEW_PHYS_CODE 2312 AssertReleaseFailed (); /** @todo */2312 AssertReleaseFailedReturn(VERR_NOT_IMPLEMENTED); /** @todo */ 2313 2313 #else 2314 2314 PPGM pPGM = &pVM->pgm.s; … … 2407 2407 { 2408 2408 #ifdef VBOX_WITH_NEW_PHYS_CODE 2409 AssertReleaseFailed (); /** @todo */2409 AssertReleaseFailedReturn(VERR_NOT_IMPLEMENTED); /** @todo */ 2410 2410 #else 2411 2411 /*
Note:
See TracChangeset
for help on using the changeset viewer.