Changeset 4615 in vbox for trunk/src/VBox/VMM/REMInternal.h
- Timestamp:
- Sep 7, 2007 7:25:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/REMInternal.h
r4071 r4615 92 92 struct 93 93 { 94 RTHCPTR pvHCPtr;95 94 RTGCPHYS GCPhysOld; 96 95 RTGCPHYS GCPhysNew; … … 98 97 PGMPHYSHANDLERTYPE enmType; 99 98 bool fHasHCHandler; 99 bool fRestoreAsRAM; 100 100 } PhysicalModify; 101 101 uint64_t padding[3 + (HC_ARCH_BITS == 64)];
Note:
See TracChangeset
for help on using the changeset viewer.