Changeset 11929 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 1, 2008 3:40:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATM.cpp
r11925 r11929 6181 6181 6182 6182 Log2(("pPatchBlockGC %VRv - pEip %VRv corresponding GC address %VRv\n", PATCHCODE_PTR_GC(&pPatch->patch), pEip, pNewEip)); 6183 6183 #ifdef LOG_ENABLED 6184 CPUMR3DisasmInstr(pVM, pCtx, pNewEip, "PATCHRET: "); 6185 #endif 6184 6186 if (pNewEip >= pPatch->patch.pPrivInstrGC && pNewEip < pPatch->patch.pPrivInstrGC + pPatch->patch.cbPatchJump) 6185 6187 {
Note:
See TracChangeset
for help on using the changeset viewer.