VirtualBox

Changeset 12563 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Sep 18, 2008 12:04:24 PM (16 years ago)
Author:
vboxsync
Message:

DevAPIC: DECLINLINE, static inline is a gnuims.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r12555 r12563  
    16681668}
    16691669
    1670 static inline int registerAPIC(APICState *pThis, PPDMDEVINS pDevIns, PCFGMNODE pCfgHandle, bool fR0Enabled, bool fGCEnabled)
     1670DECLINLINE(int) registerAPIC(APICState *pThis, PPDMDEVINS pDevIns, PCFGMNODE pCfgHandle, bool fR0Enabled, bool fGCEnabled)
    16711671{
    16721672    PDMAPICREG      ApicReg;
    16731673    int             rc;
    1674    
     1674
    16751675    /*
    16761676     * Register the APIC.
     
    17261726        return rc;
    17271727    }
    1728    
     1728
    17291729    return VINF_SUCCESS;
    17301730}
     
    17501750     * Validate configuration.
    17511751     */
    1752     if (!CFGMR3AreValuesValid(pCfgHandle, 
     1752    if (!CFGMR3AreValuesValid(pCfgHandle,
    17531753                              "IOAPIC\0"
    17541754                              "GCEnabled\0"
    17551755                              "R0Enabled\0"))
    17561756        return VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES;
    1757    
     1757
    17581758    rc = CFGMR3QueryBoolDef(pCfgHandle, "IOAPIC", &fIOAPIC, true);
    17591759    if (RT_FAILURE(rc))
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