Changeset 20364 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jun 8, 2009 12:17:43 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48287
- Location:
- trunk/src/VBox/Runtime/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp
r20360 r20364 199 199 } 200 200 201 202 RTDECL(int) RTDbgModCreateDeferred(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, RTUINTPTR cb, uint32_t fFlags) 203 { 204 return VERR_NOT_IMPLEMENTED; 205 } 206 207 201 208 RTDECL(int) RTDbgModCreateFromImage(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, uint32_t fFlags) 202 209 { -
trunk/src/VBox/Runtime/common/math/gcc/quad.h
r4474 r20364 136 136 #endif 137 137 138 __BEGIN_DECLS138 RT_BEGIN_DECLS 139 139 quad_t __adddi3 __P((quad_t, quad_t)); 140 140 quad_t __anddi3 __P((quad_t, quad_t)); … … 163 163 u_quad_t __umoddi3 __P((u_quad_t, u_quad_t )); 164 164 quad_t __xordi3 __P((quad_t, quad_t)); 165 __END_DECLS165 RT_END_DECLS
Note:
See TracChangeset
for help on using the changeset viewer.