Changeset 42601 in vbox for trunk/src/recompiler/cpu-common.h
- Timestamp:
- Aug 5, 2012 4:26:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/cpu-common.h
r37689 r42601 22 22 23 23 /* address in the RAM (different from a physical address) */ 24 typedef u nsigned longram_addr_t;24 typedef uintptr_t ram_addr_t; 25 25 26 26 /* memory API */
Note:
See TracChangeset
for help on using the changeset viewer.