VirtualBox

Ignore:
Timestamp:
Oct 22, 2016 4:36:39 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111471
Message:

ValidationKit: Doxygen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/cpu/cidet-app.cpp

    r62673 r64366  
    5959 * restore the lower 32-bits of the base when saving and restoring the register).
    6060 */
    61 #if defined(RT_OS_DARWIN) && defined(RT_ARCH_AMD64)
     61#if (defined(RT_OS_DARWIN) && defined(RT_ARCH_AMD64)) || defined(DOXYGEN_RUNNING)
    6262# define CIDET_LEAVE_GS_ALONE
    6363#endif
     
    709709
    710710/**
    711  * @interface_method_impl{CIDETCORE::pfnReInitDataBuf}
     711 * @interface_method_impl{CIDETCORE,pfnReInitDataBuf}
    712712 */
    713713static DECLCALLBACK(bool) CidetAppCbReInitDataBuf(PCIDETCORE pThis, PCIDETBUF pBuf)
     
    763763
    764764/**
    765  * @interface_method_impl{CIDETCORE::pfnSetupDataBuf}
     765 * @interface_method_impl{CIDETCORE,pfnSetupDataBuf}
    766766 */
    767767static DECLCALLBACK(bool) CidetAppCbSetupDataBuf(PCIDETCORE pThis, PCIDETBUF pBuf, void const *pvSrc)
     
    787787
    788788/**
    789  * @interface_method_impl{CIDETCORE::pfnIsBufEqual}
     789 * @interface_method_impl{CIDETCORE,pfnIsBufEqual}
    790790 */
    791791static DECLCALLBACK(bool) CidetAppCbIsBufEqual(PCIDETCORE pThis, struct CIDETBUF *pBuf, void const *pvExpected)
     
    831831
    832832/**
    833  * @interface_method_impl{CIDETCORE::pfnReInitCodeBuf}
     833 * @interface_method_impl{CIDETCORE,pfnReInitCodeBuf}
    834834 */
    835835static DECLCALLBACK(bool) CidetAppCbReInitCodeBuf(PCIDETCORE pThis, PCIDETBUF pBuf)
     
    885885
    886886/**
    887  * @interface_method_impl{CIDETCORE::pfnSetupCodeBuf}
     887 * @interface_method_impl{CIDETCORE,pfnSetupCodeBuf}
    888888 */
    889889static DECLCALLBACK(bool) CidetAppCbSetupCodeBuf(PCIDETCORE pThis, PCIDETBUF pBuf, void const *pvInstr)
     
    10551055
    10561056/**
    1057  * @interface_method_impl{CIDETCORE::pfnExecute}
     1057 * @interface_method_impl{CIDETCORE,pfnExecute}
    10581058 */
    10591059static DECLCALLBACK(bool) CidetAppCbExecute(PCIDETCORE pThis)
     
    11051105
    11061106/**
    1107  * @interface_method_impl{CIDETCORE::pfnSetupBuf}
    1108  */
    1109 static DECLCALLBACK(void) CidetAppCbFailureV(PCIDETCORE pThis, const char *pszMsg, va_list va)
     1107 * @interface_method_impl{CIDETCORE,pfnFailure}
     1108 */
     1109static DECLCALLBACK(void) CidetAppCbFailureV(PCIDETCORE pThis, const char *pszFormat, va_list va)
    11101110{
    11111111    RT_NOREF_PV(pThis);
    1112     RTTestIFailedV(pszMsg, va);
     1112    RTTestIFailedV(pszFormat, va);
    11131113}
    11141114
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