- Timestamp:
- Mar 5, 2010 7:49:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMDevMiscHlp.cpp
r27126 r27127 576 576 { 577 577 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); 579 579 pPort->pfnModeChanged(pPort, fActivated); 580 580 } … … 592 592 } 593 593 594 594 595 /** @interface_method_impl{PDMHPETHLPR3,pfnSetIrq} */ 595 596 static DECLCALLBACK(int) pdmR3HpetHlp_SetIrq(PPDMDEVINS pDevIns, int iIrq, int iLevel) … … 600 601 return 0; 601 602 } 603 602 604 603 605 /** @interface_method_impl{PDMHPETHLPR3,pfnGetRCHelpers} */
Note:
See TracChangeset
for help on using the changeset viewer.