Changeset 55493 in vbox for trunk/src/VBox/VMM/include/REMInternal.h
- Timestamp:
- Apr 28, 2015 4:51:35 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/REMInternal.h
r45528 r55493 79 79 RTGCPHYS GCPhys; 80 80 RTGCPHYS cb; 81 PGMPHYSHANDLER TYPE enmType;81 PGMPHYSHANDLERKIND enmKind; 82 82 bool fHasHCHandler; 83 83 } PhysicalRegister; … … 87 87 RTGCPHYS GCPhys; 88 88 RTGCPHYS cb; 89 PGMPHYSHANDLER TYPE enmType;89 PGMPHYSHANDLERKIND enmKind; 90 90 bool fHasHCHandler; 91 91 bool fRestoreAsRAM; … … 97 97 RTGCPHYS GCPhysNew; 98 98 RTGCPHYS cb; 99 PGMPHYSHANDLER TYPE enmType;99 PGMPHYSHANDLERKIND enmKind; 100 100 bool fHasHCHandler; 101 101 bool fRestoreAsRAM;
Note:
See TracChangeset
for help on using the changeset viewer.