Changeset 37689 in vbox for trunk/src/recompiler/targphys.h
- Timestamp:
- Jun 29, 2011 4:01:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/targphys.h
r36175 r37689 6 6 #ifdef TARGET_PHYS_ADDR_BITS 7 7 /* target_phys_addr_t is the type of a physical address (its size can 8 be different from 'target_ulong'). We have sizeof(target_phys_addr) 9 = max(sizeof(unsigned long), 10 sizeof(size_of_target_physical_address)) because we must pass a 11 host pointer to memory operations in some cases */ 8 be different from 'target_ulong'). */ 12 9 13 10 #if TARGET_PHYS_ADDR_BITS == 32
Note:
See TracChangeset
for help on using the changeset viewer.