Changeset 77098 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 1, 2019 10:21:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/APIC.cpp
r76553 r77098 1334 1334 1335 1335 Assert(pVCpu->idCpu == idCpu); 1336 Assert(pApicCpu->pvApicPageR3 == NIL_RTR 0PTR);1336 Assert(pApicCpu->pvApicPageR3 == NIL_RTR3PTR); 1337 1337 Assert(pApicCpu->pvApicPageR0 == NIL_RTR0PTR); 1338 1338 Assert(pApicCpu->pvApicPageRC == NIL_RTRCPTR);
Note:
See TracChangeset
for help on using the changeset viewer.