VirtualBox

Changeset 1617 in vbox for trunk/src/recompiler/new


Ignore:
Timestamp:
Mar 21, 2007 8:54:02 PM (18 years ago)
Author:
vboxsync
Message:

warnings.

File:
1 edited

Legend:

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

    r1614 r1617  
    8888static void     remR3StateUpdate(PVM pVM);
    8989
    90 #ifdef PGM_DYNAMIC_RAM_ALLOC
     90#if defined(PGM_DYNAMIC_RAM_ALLOC) && !defined(REM_PHYS_ADDR_IN_TLB)
    9191DECLINLINE(target_ulong) remR3HCVirt2GCPhysInlined(PVM pVM, void *addr);
    9292DECLINLINE(void *) remR3GCPhys2HCVirtInlined(PVM pVM, target_ulong addr);
     
    26092609{
    26102610#ifdef PGM_DYNAMIC_RAM_ALLOC
     2611# ifndef REM_PHYS_ADDR_IN_TLB
    26112612    uint32_t idx;
     2613#endif
    26122614
    26132615    Log(("REMR3NotifyPhysRamChunkRegister: GCPhys=%VGp cb=%d pvRam=%p fFlags=%d\n", GCPhys, cb, pvRam, fFlags));
     
    28472849REMR3DECL(void) REMR3NotifyPhysRomRegister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb, void *pvCopy)
    28482850{
    2849 #ifdef PGM_DYNAMIC_RAM_ALLOC
     2851#if defined(PGM_DYNAMIC_RAM_ALLOC) && !defined(REM_PHYS_ADDR_IN_TLB)
    28502852    uint32_t i;
    28512853#endif
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