Changeset 20365 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Jun 8, 2009 12:19:18 AM (16 years ago)
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstHelp.h
r19286 r20365 26 26 #include <VBox/cpum.h> 27 27 28 __BEGIN_DECLS28 RT_BEGIN_DECLS 29 29 void tstDumpCtx(PCPUMCTX pCtx, const char *pszComment); 30 __END_DECLS30 RT_END_DECLS 31 31 32 32 -
trunk/src/VBox/VMM/testcase/tstMicro.h
r13813 r20365 118 118 119 119 120 __BEGIN_DECLS120 RT_BEGIN_DECLS 121 121 122 122 DECLASM(void) idtOnly42(PTSTMICRO pTst); … … 143 143 DECLASM(void) tstInterrupt42(void); 144 144 145 __END_DECLS145 RT_END_DECLS 146 146 147 147 #endif -
trunk/src/VBox/VMM/testcase/tstMicroGC.cpp
r8155 r20365 38 38 * Internal Functions * 39 39 *******************************************************************************/ 40 __BEGIN_DECLS40 RT_BEGIN_DECLS 41 41 DECLEXPORT(int) tstMicroGC(PTSTMICRO pTst, unsigned uTestcase); 42 __END_DECLS42 RT_END_DECLS 43 43 44 44
Note:
See TracChangeset
for help on using the changeset viewer.