VirtualBox

Changeset 1113 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Feb 28, 2007 3:35:38 PM (18 years ago)
Author:
vboxsync
Message:

And again

Location:
trunk/src/recompiler/new
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/new/cpu-all.h

    r1109 r1113  
    197197void     remR3PhysWriteU32(uint8_t *pbDstPhys, uint32_t val);
    198198void     remR3PhysWriteU64(uint8_t *pbDstPhys, uint64_t val);
    199 # ifdef PGM_DYNAMIC_RAM_ALLOC
    200199void    *remR3GCPhys2HCVirt(void *env, target_ulong addr);
    201200target_ulong remR3HCVirt2GCPhys(void *env, void *addr);
    202201void     remR3GrowDynRange(unsigned long physaddr);
    203 # endif
    204202#endif
    205203
  • trunk/src/recompiler/new/exec-all.h

    r1001 r1113  
    603603# ifdef VBOX
    604604target_ulong remR3PhysGetPhysicalAddressCode(CPUState *env, target_ulong addr, CPUTLBEntry *pTLBEntry);
    605 #  ifdef PGM_DYNAMIC_RAM_ALLOC
    606605target_ulong remR3HCVirt2GCPhys(void *env, void *addr);
    607 #  endif
    608606# endif
    609607/* NOTE: this function can trigger an exception */
     
    643641# endif
    644642    }
    645 # if defined(VBOX) && defined(PGM_DYNAMIC_RAM_ALLOC)
     643# ifdef VBOX
    646644    return remR3HCVirt2GCPhys(env, (void *)(addr + env->tlb_table[is_user][index].addend));
    647645# else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette