Changeset 22121 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Aug 10, 2009 9:53:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.