Changeset 2026 in vbox for trunk/src/VBox
- Timestamp:
- Apr 11, 2007 12:23:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r2017 r2026 1013 1013 #ifdef IN_GC 1014 1014 /* Safety check (in theory it could cross a page boundary and fault there though) */ 1015 Assert Return(pDest == pvFault, VERR_EM_INTERPRETER);1015 AssertMsgReturn(pDest == pvFault, ("eip=%VGv pDest=%VGv pvFault=%VGv\n", pRegFrame->eip, pDest, pvFault), VERR_EM_INTERPRETER); 1016 1016 #endif 1017 1017 rc = emRamWrite(pVM, pDest, &val32, param2.size);
Note:
See TracChangeset
for help on using the changeset viewer.