Skip to content

Commit 33d2163

Browse files
committed
---
yaml --- r: 347460 b: refs/heads/master c: 71cdf4a h: refs/heads/master
1 parent 0c9684b commit 33d2163

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 85d5d16dc6a6342c4a2b36efbbc9a9e62c58a062
2+
refs/heads/master: 71cdf4a8112372ac670e0c2c10ebe1bf3128a1a8
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/stdlib/public/runtime/SwiftRT-COFF.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@
2727
#define DECLARE_SWIFT_SECTION(name) \
2828
PRAGMA(section("." #name "$A", long, read)) \
2929
__declspec(allocate("." #name "$A")) \
30+
__declspec(align(1)) \
3031
static uintptr_t __start_##name = 0; \
3132
\
3233
PRAGMA(section("." #name "$C", long, read)) \
3334
__declspec(allocate("." #name "$C")) \
35+
__declspec(align(1)) \
3436
static uintptr_t __stop_##name = 0;
3537

3638
extern "C" {

0 commit comments

Comments
 (0)