Changeset 6297 in vbox
- Timestamp:
- Jan 9, 2008 3:49:50 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27162
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r5999 r6297 1166 1166 Assert(param2.size <= 4 && param2.size > 0); 1167 1167 1168 #if 0 /* CSAM/PATM translates aliases which causes this to incorrectly trigger. See #2609 and #1498. */ 1168 1169 #ifdef IN_GC 1169 1170 /* Safety check (in theory it could cross a page boundary and fault there though) */ 1170 1171 AssertMsgReturn(pDest == pvFault, ("eip=%VGv pDest=%VGv pvFault=%VGv\n", pRegFrame->eip, pDest, pvFault), VERR_EM_INTERPRETER); 1172 #endif 1171 1173 #endif 1172 1174 rc = emRamWrite(pVM, pDest, &val32, param2.size);
Note:
See TracChangeset
for help on using the changeset viewer.