VirtualBox

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


Ignore:
Timestamp:
Jan 27, 2013 11:20:07 PM (12 years ago)
Author:
vboxsync
Message:

Build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGF.cpp

    r44399 r44403  
    10541054VMMR3DECL(bool) DBGFR3CanWait(PUVM pUVM)
    10551055{
    1056     UVM_ASSERT_VALID_EXT_RETURN(pUVM, VERR_INVALID_VM_HANDLE);
     1056    UVM_ASSERT_VALID_EXT_RETURN(pUVM, false);
    10571057    PVM pVM = pUVM->pVM;
    1058     VM_ASSERT_VALID_EXT_RETURN(pVM, VERR_INVALID_VM_HANDLE);
     1058    VM_ASSERT_VALID_EXT_RETURN(pVM, false);
    10591059    AssertReturn(pVM->dbgf.s.fAttached, false);
    10601060
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