Changeset 1113 in vbox for trunk/src/recompiler/new/cpu-all.h
- Timestamp:
- Feb 28, 2007 3:35:38 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19009
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/new/cpu-all.h
r1109 r1113 197 197 void remR3PhysWriteU32(uint8_t *pbDstPhys, uint32_t val); 198 198 void remR3PhysWriteU64(uint8_t *pbDstPhys, uint64_t val); 199 # ifdef PGM_DYNAMIC_RAM_ALLOC200 199 void *remR3GCPhys2HCVirt(void *env, target_ulong addr); 201 200 target_ulong remR3HCVirt2GCPhys(void *env, void *addr); 202 201 void remR3GrowDynRange(unsigned long physaddr); 203 # endif204 202 #endif 205 203
Note:
See TracChangeset
for help on using the changeset viewer.