- Timestamp:
- May 6, 2008 5:22:43 PM (17 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r8626 r8635 62 62 #define PGMPHYS_DATASIZE 1 63 63 #define PGMPHYS_DATATYPE uint8_t 64 #include "PGMPhys .h"64 #include "PGMPhysRWTmpl.h" 65 65 66 66 #define PGMPHYSFN_READNAME PGMR3PhysReadU16 … … 68 68 #define PGMPHYS_DATASIZE 2 69 69 #define PGMPHYS_DATATYPE uint16_t 70 #include "PGMPhys .h"70 #include "PGMPhysRWTmpl.h" 71 71 72 72 #define PGMPHYSFN_READNAME PGMR3PhysReadU32 … … 74 74 #define PGMPHYS_DATASIZE 4 75 75 #define PGMPHYS_DATATYPE uint32_t 76 #include "PGMPhys .h"76 #include "PGMPhysRWTmpl.h" 77 77 78 78 #define PGMPHYSFN_READNAME PGMR3PhysReadU64 … … 80 80 #define PGMPHYS_DATASIZE 8 81 81 #define PGMPHYS_DATATYPE uint64_t 82 #include "PGMPhys .h"82 #include "PGMPhysRWTmpl.h" 83 83 84 84
Note:
See TracChangeset
for help on using the changeset viewer.