VirtualBox

Changeset 48134 in vbox


Ignore:
Timestamp:
Aug 28, 2013 5:41:37 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88514
Message:

VMM/HMSVMR0: Fix variable scoping.

File:
1 edited

Legend:

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

    r48133 r48134  
    24512451    PSVMVMCB pVmcb        = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb;
    24522452
    2453     SVMEVENT Event;
    2454     Event.u = 0;
    24552453    if (pVCpu->hm.s.Event.fPending)                                /* First, inject any pending HM events. */
    24562454    {
     2455        SVMEVENT Event;
    24572456        Event.u = pVCpu->hm.s.Event.u64IntrInfo;
    24582457        Assert(Event.n.u1Valid);
Note: See TracChangeset for help on using the changeset viewer.

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