Changeset 1987 in vbox for trunk/src/VBox
- Timestamp:
- Apr 9, 2007 11:16:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r1986 r1987 1239 1239 /* Safety check. */ 1240 1240 /** @todo cpu may access two or four bytes */ 1241 Assert Return(pParam1 == pvFault, VERR_EM_INTERPRETER);1241 AssertMsgReturn(pParam1 == pvFault, ("pParam1=%VGv pvFault=%VGv\n", pParam1, pvFault), VERR_EM_INTERPRETER); 1242 1242 #endif 1243 1243 rc = emRamRead(pVM, &valpar1, pParam1, 1);
Note:
See TracChangeset
for help on using the changeset viewer.