Changeset 1113 in vbox for trunk/src/recompiler
- Timestamp:
- Feb 28, 2007 3:35:38 PM (18 years ago)
- Location:
- trunk/src/recompiler/new
- Files:
-
- 2 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 -
trunk/src/recompiler/new/exec-all.h
r1001 r1113 603 603 # ifdef VBOX 604 604 target_ulong remR3PhysGetPhysicalAddressCode(CPUState *env, target_ulong addr, CPUTLBEntry *pTLBEntry); 605 # ifdef PGM_DYNAMIC_RAM_ALLOC606 605 target_ulong remR3HCVirt2GCPhys(void *env, void *addr); 607 # endif608 606 # endif 609 607 /* NOTE: this function can trigger an exception */ … … 643 641 # endif 644 642 } 645 # if defined(VBOX) && defined(PGM_DYNAMIC_RAM_ALLOC)643 # ifdef VBOX 646 644 return remR3HCVirt2GCPhys(env, (void *)(addr + env->tlb_table[is_user][index].addend)); 647 645 # else
Note:
See TracChangeset
for help on using the changeset viewer.