VirtualBox

Ignore:
Timestamp:
Apr 19, 2016 9:50:00 AM (9 years ago)
Author:
vboxsync
Message:

HMSVMR0.cpp: More useful assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r59892 r60566  
    22712271    /* If we're emulating an instruction, we shouldn't have any TRPM traps pending
    22722272       and if we're injecting an event we should have a TRPM trap pending. */
    2273     Assert(rcExit != VINF_EM_RAW_INJECT_TRPM_EVENT || TRPMHasTrap(pVCpu));
    2274     Assert(rcExit != VINF_EM_RAW_EMULATE_INSTR || !TRPMHasTrap(pVCpu));
     2273    AssertMsg(rcExit != VINF_EM_RAW_INJECT_TRPM_EVENT || TRPMHasTrap(pVCpu), ("rcExit=%Rrc\n", rcExit));
     2274    AssertMsg(rcExit != VINF_EM_RAW_EMULATE_INSTR || !TRPMHasTrap(pVCpu), ("rcExit=%Rrc\n", rcExit));
    22752275
    22762276    /* Sync. the necessary state for going back to ring-3. */
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