VirtualBox

Changeset 17352 in vbox for trunk/src/recompiler_new


Ignore:
Timestamp:
Mar 4, 2009 4:32:32 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43746
Message:

REM_NEW: Retired remR3HCVirt2GCPhys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/VBoxRecompiler.c

    r17300 r17352  
    12991299
    13001300#ifndef REM_PHYS_ADDR_IN_TLB
     1301/** Wrapper for PGMR3PhysTlbGCPhys2Ptr. */
    13011302void *remR3TlbGCPhys2Ptr(CPUState *env1, target_ulong physAddr, int fWritable)
    13021303{
     
    13181319    return pv;
    13191320}
    1320 
    1321 target_ulong remR3HCVirt2GCPhys(CPUState *env1, void *addr)
    1322 {
    1323     RTGCPHYS rv = 0;
    1324     int rc;
    1325 
    1326     rc = PGMR3DbgR3Ptr2GCPhys(env1->pVM, (RTR3PTR)addr, &rv);
    1327     Assert (RT_SUCCESS(rc));
    1328 
    1329     return (target_ulong)rv;
    1330 }
    1331 #endif
     1321#endif /* REM_PHYS_ADDR_IN_TLB */
     1322
    13321323
    13331324/**
     
    13491340#endif
    13501341}
     1342
    13511343
    13521344/**
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