Changeset 40851 in vbox for trunk/include
- Timestamp:
- Apr 10, 2012 2:13:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxTpG.h
r40839 r40851 36 36 const char *pszFunction; 37 37 uint8_t *pbProbe; 38 #if ARCH_BITS == 64 39 uintptr_t uAlignment; 40 #endif 38 41 } VTGPROBELOC; 42 AssertCompileSizeAlignment(VTGPROBELOC, 16); 39 43 /** Pointer to a probe location. */ 40 44 typedef VTGPROBELOC *PVTGPROBELOC; … … 224 228 225 229 /** The current VTGOBJHDR::szMagic value. */ 226 #define VTGOBJHDR_MAGIC "VTG Object Header v1. 1\0"230 #define VTGOBJHDR_MAGIC "VTG Object Header v1.2\0" 227 231 228 232 /** The name of the VTG data object header symbol in the object file. */
Note:
See TracChangeset
for help on using the changeset viewer.