VirtualBox

Changeset 13732 in vbox for trunk


Ignore:
Timestamp:
Nov 1, 2008 7:50:18 PM (16 years ago)
Author:
vboxsync
Message:

Missed ifdefs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
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