File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 5d817d9d5886a3d0bcfebd9f150d3fc874439804
2
+ refs/heads/master: 40555302784023509f1b342b93d27c392e8f8099
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 @@ -556,7 +556,7 @@ class SymbolicValue {
556
556
void dump () const ;
557
557
};
558
558
559
- static_assert (sizeof (SymbolicValue) == 2 * sizeof (void * ),
559
+ static_assert (sizeof (SymbolicValue) == 2 * sizeof (uint64_t ),
560
560
" SymbolicValue should stay small" );
561
561
static_assert (std::is_pod<SymbolicValue>::value,
562
562
" SymbolicValue should stay POD" );
You can’t perform that action at this time.
0 commit comments