VirtualBox

Changeset 27127 in vbox for trunk


Ignore:
Timestamp:
Mar 5, 2010 7:49:12 PM (15 years ago)
Author:
vboxsync
Message:

oops

File:
1 edited

Legend:

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

    r27126 r27127  
    576576        {
    577577            PPDMIHPETLEGACYNOTIFY pPort = PDMIBASE_QUERY_INTERFACE(pBase, PDMIHPETLEGACYNOTIFY);
    578             AssertLogRelMsgBreakStmt(pPort, ("%s\n", s_apszDevsToNotify[i]), rc == VERR_INTERNAL_ERROR_3);
     578            AssertLogRelMsgBreakStmt(pPort, ("%s\n", s_apszDevsToNotify[i]), rc = VERR_INTERNAL_ERROR_3);
    579579            pPort->pfnModeChanged(pPort, fActivated);
    580580        }
     
    592592}
    593593
     594
    594595/** @interface_method_impl{PDMHPETHLPR3,pfnSetIrq} */
    595596static DECLCALLBACK(int) pdmR3HpetHlp_SetIrq(PPDMDEVINS pDevIns, int iIrq, int iLevel)
     
    600601    return 0;
    601602}
     603
    602604
    603605/** @interface_method_impl{PDMHPETHLPR3,pfnGetRCHelpers} */
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