Changeset 40826 in vbox for trunk/include/VBox
- Timestamp:
- Apr 8, 2012 6:41:46 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77341
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxTpG.h
r40603 r40826 37 37 const char *pszFile; 38 38 uint8_t *pbProbe; 39 #if ARCH_BITS == 32 /* Make the structure a multiple of 8. */ 40 uint32_t u32Padding; 41 #endif 39 42 } VTGPROBELOC; 40 43 /** Pointer to a probe location. */ … … 51 54 * indicated by VTG_LOC_SECT. */ 52 55 #if defined(RT_OS_WINDOWS) 53 # define VTG_OBJ_SECT " .VTGObj"54 # define VTG_LOC_SECT " .VTGPrLc"56 # define VTG_OBJ_SECT "VTGObj" 57 # define VTG_LOC_SECT "VTGPrLc.Data" 55 58 # ifdef _MSC_VER 56 59 # define VTG_DECL_VTGPROBELOC(a_VarName) \
Note:
See TracChangeset
for help on using the changeset viewer.