VirtualBox

Changeset 13732

Show
Ignore:
Timestamp:
11/01/08 20:50:18 (2 months ago)
Author:
vboxsync
Message:

Missed ifdefs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/recompiler_new/VBoxRecompiler.c

    r13731 r13732  
    32453245    PGMPhysWrite(cpu_single_env->pVM, DstGCPhys, pvSrc, cb); 
    32463246    STAM_PROFILE_ADV_STOP(&gStatMemWrite, a); 
     3247#ifdef DEBUG_PHYS 
    32473248    LogRel(("write(%d): %p\n", cb, DstGCPhys)); 
     3249#endif 
    32483250} 
    32493251 
     
    32613263    PGMR3PhysWriteU8(cpu_single_env->pVM, DstGCPhys, val); 
    32623264    STAM_PROFILE_ADV_STOP(&gStatMemWrite, a); 
     3265#ifdef DEBUG_PHYS 
    32633266    LogRel(("writeu8: %x -> %p\n", val, DstGCPhys)); 
     3267#endif 
    32643268} 
    32653269 
     
    32773281    PGMR3PhysWriteU16(cpu_single_env->pVM, DstGCPhys, val); 
    32783282    STAM_PROFILE_ADV_STOP(&gStatMemWrite, a); 
     3283#ifdef DEBUG_PHYS 
    32793284    LogRel(("writeu16: %x -> %p\n", val, DstGCPhys)); 
     3285#endif 
    32803286} 
    32813287 
     
    32933299    PGMR3PhysWriteU32(cpu_single_env->pVM, DstGCPhys, val); 
    32943300    STAM_PROFILE_ADV_STOP(&gStatMemWrite, a); 
     3301#ifdef DEBUG_PHYS 
    32953302    LogRel(("writeu32: %x -> %p\n", val, DstGCPhys)); 
     3303#endif 
    32963304} 
    32973305 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy