VirtualBox

Changeset 25734 in vbox for trunk/include


Ignore:
Timestamp:
Jan 11, 2010 4:57:37 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56480
Message:

build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmdev.h

    r25732 r25734  
    37203720DECLINLINE(int) PDMDevHlpCritSectInit(PPDMDEVINS pDevIns, PPDMCRITSECT pCritSect, RT_SRC_POS_DECL, const char *pszNameFmt, ...)
    37213721{
     3722    int     rc;
    37223723    va_list va;
    37233724    va_start(va, pszNameFmt);
    3724     int rc = pDevIns->pDevHlpR3->pfnCritSectInit(pDevIns, pCritSect, RT_SRC_POS_ARGS, pszNameFmt, va);
     3725    rc = pDevIns->pDevHlpR3->pfnCritSectInit(pDevIns, pCritSect, RT_SRC_POS_ARGS, pszNameFmt, va);
    37253726    va_end(va);
    37263727    return rc;
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