VirtualBox

Changeset 44853 in vbox


Ignore:
Timestamp:
Feb 27, 2013 8:30:43 PM (12 years ago)
Author:
vboxsync
Message:

vpciLowerInterrupt: Wrong visibility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VirtIO/Virtio.cpp

    r44852 r44853  
    1717
    1818
     19/*******************************************************************************
     20*   Header Files                                                               *
     21*******************************************************************************/
    1922#define LOG_GROUP LOG_GROUP_DEV_VIRTIO
    2023
     
    2831
    2932#ifdef LOG_ENABLED
    30 #define QUEUENAME(s, q) (q->pcszName)
     33# define QUEUENAME(s, q) (q->pcszName)
    3134#endif /* DEBUG */
    3235
     
    288291 * @param   pState      The device state structure.
    289292 */
    290 PDMBOTHCBDECL(void) vpciLowerInterrupt(VPCISTATE *pState)
     293static void vpciLowerInterrupt(VPCISTATE *pState)
    291294{
    292295    LogFlow(("%s vpciLowerInterrupt\n", INSTANCE(pState)));
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