Changeset 1861 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Apr 2, 2007 2:11:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/CSAM.cpp
r1859 r1861 2093 2093 CSAMP2GLOOKUPREC cacheRec = {0}; 2094 2094 2095 if ((pInstrGC >> 24) == 0xf82096 && (pInstrGC & 0xfff) == 0) _asm int 3;2097 2098 2095 STAM_PROFILE_START(&pVM->csam.s.StatTime, a); 2099 2096 rc = csamAnalyseCallCodeStream(pVM, pInstrGC, pInstrGC, true /* 32 bits code */, CSAMR3AnalyseCallback, pPage, &cacheRec);
Note:
See TracChangeset
for help on using the changeset viewer.