Changeset 36291 in vbox
- Timestamp:
- Mar 16, 2011 11:37:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r35346 r36291 660 660 #ifdef IN_RC 661 661 /* Safety check (in theory it could cross a page boundary and fault there though) */ 662 AssertReturn(pParam1 == pvFault, VERR_EM_INTERPRETER);662 EM_ASSERT_FAULT_RETURN(pParam1 == pvFault, VERR_EM_INTERPRETER); 663 663 #endif 664 664 rc = emRamRead(pVM, pVCpu, pRegFrame, &valpar1, pParam1, param1.size);
Note:
See TracChangeset
for help on using the changeset viewer.