Skip to content

Commit f013516

Browse files
authored
Merge pull request swiftlang#1614 from compnerd/llp64
closure: make `Block_descriptor_1` conform to the ABI
2 parents d0f2b20 + ca588f7 commit f013516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

closure/Block_private.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ enum {
3838

3939
#define BLOCK_DESCRIPTOR_1 1
4040
struct Block_descriptor_1 {
41-
uintptr_t reserved;
42-
uintptr_t size;
41+
unsigned long int reserved;
42+
unsigned long int size;
4343
};
4444

4545
#define BLOCK_DESCRIPTOR_2 1

0 commit comments

Comments
 (0)