Changeset 1625 in vbox
- Timestamp:
- Mar 22, 2007 2:39:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATM.cpp
r1374 r1625 2271 2271 patmr3AddP2GLookupRecord(pVM, pPatch, PATCHCODE_PTR_HC(pPatch) + pPatch->uCurPatchOffset, pCurInstrGC, PATM_LOOKUP_BOTHDIR); 2272 2272 patmPatchGenIllegalInstr(pVM, pPatch); 2273 rc = VINF_SUCCESS; /* @@notedon't fail here; we might refuse an important patch!! */2273 rc = VINF_SUCCESS; /* Note: don't fail here; we might refuse an important patch!! */ 2274 2274 goto end; 2275 2275 }
Note:
See TracChangeset
for help on using the changeset viewer.