VirtualBox

Changeset 61649 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 10, 2016 10:50:42 AM (9 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

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

    r61648 r61649  
    54195419
    54205420    /* Paranoia; Ensure we cannot be called as a result of event delivery. */
    5421     PSVMVMCB pVmcb = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb;
     5421    PSVMVMCB pVmcb = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb; NOREF(pVmcb);
    54225422    Assert(!pVmcb->ctrl.ExitIntInfo.n.u1Valid);
    54235423
     
    54735473
    54745474    /* Paranoia; Ensure we cannot be called as a result of event delivery. */
    5475     PSVMVMCB pVmcb = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb;
     5475    PSVMVMCB pVmcb = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb; NOREF(pVmcb);
    54765476    Assert(!pVmcb->ctrl.ExitIntInfo.n.u1Valid);
    54775477
     
    55165516
    55175517    /* Paranoia; Ensure we cannot be called as a result of event delivery. */
    5518     PSVMVMCB pVmcb = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb;
     5518    PSVMVMCB pVmcb = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb; NOREF(pVmcb);
    55195519    Assert(!pVmcb->ctrl.ExitIntInfo.n.u1Valid);
    55205520
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