- Timestamp:
- Apr 10, 2007 4:24:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r2010 r2017 689 689 #ifdef IN_GC 690 690 /* Safety check (in theory it could cross a page boundary and fault there though) */ 691 Assert Return(pParam1 == pvFault, VERR_EM_INTERPRETER);691 AssertMsgReturn(pParam1 == pvFault, ("eip=%VGv, pParam1=%VGv pvFault=%VGv\n", pRegFrame->eip, pParam1, pvFault), VERR_EM_INTERPRETER); 692 692 #endif 693 693 rc = emRamRead(pVM, &valpar1, pParam1, param1.size);
Note:
See TracChangeset
for help on using the changeset viewer.