- Timestamp:
- Mar 21, 2007 2:06:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r1359 r1597 563 563 #ifdef IN_GC 564 564 /* Safety check (in theory it could cross a page boundary and fault there though) */ 565 Assert Return(pParam1 == (RTGCPTR)pvFault, VERR_EM_INTERPRETER);565 AssertMsgReturn(pParam1 == (RTGCPTR)pvFault, ("%VGv != %VGv\n", pParam1, pvFault), VERR_EM_INTERPRETER); 566 566 #endif 567 567 rc = emRamWrite(pVM, pParam1, &valpar1, param1.size);
Note:
See TracChangeset
for help on using the changeset viewer.