VirtualBox

Changeset 36291 in vbox


Ignore:
Timestamp:
Mar 16, 2011 11:37:27 AM (14 years ago)
Author:
vboxsync
Message:

VMM/EMAll: do not tread the emInterpretIncDec assertion differently

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r35346 r36291  
    660660#ifdef IN_RC
    661661                /* 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);
    663663#endif
    664664                rc = emRamRead(pVM, pVCpu, pRegFrame,  &valpar1, pParam1, param1.size);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette