Changeset 1800 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Mar 29, 2007 1:55:47 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19980
- Location:
- trunk/src/VBox/VMM/PATM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/CSAM.cpp
r1799 r1800 2258 2258 { 2259 2259 /* Refuse to patch a handler whose idt cs selector isn't wide open. */ 2260 Log(("CSAMCheckGates: check gate %d failed due to rc %Vrc GCPtrBase=%VGv limit=%x\n", rc, selInfo.GCPtrBase, selInfo.cbLimit));2260 Log(("CSAMCheckGates: check gate %d failed due to rc %Vrc GCPtrBase=%VGv limit=%x\n", iGate, rc, selInfo.GCPtrBase, selInfo.cbLimit)); 2261 2261 continue; 2262 2262 } -
trunk/src/VBox/VMM/PATM/PATMA.asm
r1793 r1800 41 41 ; Noisy, but useful for debugging certain problems 42 42 ;;;%define PATM_LOG_PATCHINSTR 43 ;;%define PATM_LOG_PATCHIRET43 %define PATM_LOG_PATCHIRET 44 44 %endif 45 45
Note:
See TracChangeset
for help on using the changeset viewer.