- Timestamp:
- Dec 3, 2008 9:02:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/VBoxRecompiler.c
r14957 r14958 3179 3179 STAM_PROFILE_ADV_STOP(&gStatMemRead, a); 3180 3180 #ifdef VBOX_DEBUG_PHYS 3181 LogRel(("reads16: %x <- %08x\n", val, (uint32_t)SrcGCPhys));3181 LogRel(("reads16: %x <- %08x\n", (uint16_t)val, (uint32_t)SrcGCPhys)); 3182 3182 #endif 3183 3183 return val;
Note:
See TracChangeset
for help on using the changeset viewer.