VirtualBox

儲存庫 vbox 的更動 12563


忽略:
時間撮記:
2008-9-18 下午12:04:24 (16 年 以前)
作者:
vboxsync
訊息:

DevAPIC: DECLINLINE, static inline is a gnuims.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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))
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette