VirtualBox

Changeset 20593 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 15, 2009 2:39:04 PM (16 years ago)
Author:
vboxsync
Message:

VMEmt.cpp: Fixed another crash in the VMR3CreateVM failure path, SMP related this time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMEmt.cpp

    r19821 r20593  
    202202             */
    203203            if (    rc == VINF_EM_TERMINATE
    204                 ||  VM_FF_ISSET(pVM, VM_FF_TERMINATE)
    205                 ||  pUVM->vm.s.fTerminateEMT)
     204                ||  pUVM->vm.s.fTerminateEMT
     205                ||  (   pUVM->pVM
     206                     && VM_FF_ISSET(pUVM->pVM, VM_FF_TERMINATE)))
    206207                break;
    207208        }
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