Changeset 40857 in vbox for trunk/include
- Timestamp:
- Apr 10, 2012 6:52:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxTpG.h
r40851 r40857 72 72 # ifdef __GNUC__ 73 73 # define VTG_DECL_VTGPROBELOC(a_VarName) \ 74 static VTGPROBELOC __attribute__((section(VTG_LOC_SE CT))) a_VarName74 static VTGPROBELOC __attribute__((section(VTG_LOC_SEG "," VTG_LOC_SECT ",regular")/*, aligned(16)*/)) a_VarName 75 75 # else 76 76 # error "Unsupported Darwin compiler!"
Note:
See TracChangeset
for help on using the changeset viewer.