VirtualBox

Changeset 42698 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Aug 8, 2012 11:36:52 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79902
Message:

Flush the log on hyper assertion.

File:
1 edited

Legend:

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

    r42480 r42698  
    772772            case VINF_EM_DBG_HYPER_ASSERTION:
    773773                RTPrintf("\nVINF_EM_DBG_HYPER_ASSERTION:\n%s%s\n", VMMR3GetRZAssertMsg1(pVM), VMMR3GetRZAssertMsg2(pVM));
     774                RTLogFlush(NULL);
    774775                rc = DBGFR3EventAssertion(pVM, DBGFEVENT_ASSERTION_HYPER, VMMR3GetRZAssertMsg1(pVM), VMMR3GetRZAssertMsg2(pVM));
    775776                break;
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