Changeset 40839 in vbox for trunk/include/VBox
- Timestamp:
- Apr 9, 2012 2:18:19 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxTpG.h
r40826 r40839 35 35 uint32_t idProbe; 36 36 const char *pszFunction; 37 const char *pszFile;38 37 uint8_t *pbProbe; 39 #if ARCH_BITS == 32 /* Make the structure a multiple of 8. */40 uint32_t u32Padding;41 #endif42 38 } VTGPROBELOC; 43 39 /** Pointer to a probe location. */ … … 228 224 229 225 /** The current VTGOBJHDR::szMagic value. */ 230 #define VTGOBJHDR_MAGIC "VTG Object Header v1. 0\0"226 #define VTGOBJHDR_MAGIC "VTG Object Header v1.1\0" 231 227 232 228 /** The name of the VTG data object header symbol in the object file. */
Note:
See TracChangeset
for help on using the changeset viewer.