Skip to content

Commit 6bf3065

Browse files
authored
Merge pull request #371 from compnerd/llp64
BlocksRuntime: match the ABI specification for LLP64
2 parents b13a51e + 2b3b090 commit 6bf3065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BlocksRuntime/Block_private.h

Lines changed: 2 additions & 2 deletions
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)