File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
trunk/stdlib/public/runtime Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 85d5d16dc6a6342c4a2b36efbbc9a9e62c58a062
2
+ refs/heads/master: 71cdf4a8112372ac670e0c2c10ebe1bf3128a1a8
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change 27
27
#define DECLARE_SWIFT_SECTION (name ) \
28
28
PRAGMA (section(" ." #name " $A" , long , read)) \
29
29
__declspec(allocate(" ." #name " $A" )) \
30
+ __declspec(align(1 )) \
30
31
static uintptr_t __start_##name = 0 ; \
31
32
\
32
33
PRAGMA (section(" ." #name " $C" , long , read)) \
33
34
__declspec(allocate(" ." #name " $C" )) \
35
+ __declspec(align(1 )) \
34
36
static uintptr_t __stop_##name = 0 ;
35
37
36
38
extern " C" {
You can’t perform that action at this time.
0 commit comments