Changeset 22121 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 10, 2009 9:53:53 AM (15 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SSM-new.cpp
r22100 r22121 6357 6357 VMMR3DECL(uint64_t) SSMR3HandleGetUnitOffset(PSSMHANDLE pSSM) 6358 6358 { 6359 AssertMsgFailed(("/** @todo this isn't correct any longer. */")); 6359 6360 return pSSM->offUnit; 6360 6361 } -
trunk/src/VBox/VMM/VM.cpp
r22042 r22121 492 492 } 493 493 RTMemFree(pUVM); 494 *ppUVM = NULL; /* shuts up gcc */ 494 495 return rc; 495 496 } -
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r22037 r22121 175 175 State.GCPtr = InstrGC; 176 176 else 177 State.GCPtr = N ULL;177 State.GCPtr = NIL_RTGCPTR; 178 178 179 179 return DISCoreOneEx(InstrGC, pDis->mode, EMReadBytes, &State, pDis, pOpsize); … … 248 248 State.GCPtr = GCPtrInstr; 249 249 else 250 State.GCPtr = N ULL;250 State.GCPtr = NIL_RTGCPTR; 251 251 #endif 252 252
Note:
See TracChangeset
for help on using the changeset viewer.