VirtualBox

Changeset 1613 in vbox for trunk/src


Ignore:
Timestamp:
Mar 21, 2007 7:52:53 PM (18 years ago)
Author:
vboxsync
Message:

oops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/new/VBoxRecompiler.c

    r1591 r1613  
    13991399# ifdef REM_PHYS_ADDR_IN_TLB
    14001400            phys_addr = virt_addr + addend;
    1401 # elif defined(REM_PHYS_ADDR_IN_TLB)
     1401# elif defined(PGM_DYNAMIC_RAM_ALLOC)
    14021402            phys_addr = remR3HCVirt2GCPhys(env, (void *)(virt_addr + addend));
    14031403# else
     
    26092609    Assert(fFlags == 0 /* normal RAM */);
    26102610
    2611 # ifdef REM_PHYS_ADDR_IN_TLB
     2611# ifndef REM_PHYS_ADDR_IN_TLB
    26122612    if (!pVM->rem.s.paHCVirtToGCPhys)
    26132613    {
     
    26482648        }
    26492649    }
    2650 # endif /* REM_PHYS_ADDR_IN_TLB */
     2650# endif /* !REM_PHYS_ADDR_IN_TLB */
    26512651
    26522652    Assert(!pVM->rem.s.fIgnoreAll);
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