VirtualBox

Changeset 50720 in vbox


Ignore:
Timestamp:
Mar 6, 2014 5:55:32 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92685
Message:

VMM/HMVMXR0: Assert.

File:
1 edited

Legend:

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

    r50698 r50720  
    70787078DECLINLINE(void) hmR0VmxSetPendingDebugXcpt(PVMCPU pVCpu, PCPUMCTX pMixedCtx)
    70797079{
    7080     HMVMXCPU_GST_IS_UPDATED(pVCpu, HMVMX_UPDATED_GUEST_RFLAGS);
     7080    Assert(HMVMXCPU_GST_IS_UPDATED(pVCpu, HMVMX_UPDATED_GUEST_RFLAGS));
    70817081    if (pMixedCtx->eflags.Bits.u1TF)    /* We don't have any IA32_DEBUGCTL MSR for guests. Treat as all bits 0. */
    70827082    {
     
    78307830     * Load the guest-state into the VMCS.
    78317831     * Any ordering dependency among the sub-functions below must be explicitly stated using comments.
    7832      * Ideally, assert that the cross-dependent bits are up to date at the point of using it.
     7832     * Ideally, assert that the cross-dependent bits are up-to-date at the point of using it.
    78337833     */
    78347834    int rc = hmR0VmxSetupVMRunHandler(pVCpu, pMixedCtx);
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