We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d181336 commit 792fef1Copy full SHA for 792fef1
include/swift/SIL/SILBridging.h
@@ -32,7 +32,7 @@ typedef struct {
32
33
enum {
34
BridgedOperandSize = 4 * sizeof(uintptr_t),
35
- BridgedSuccessorSize = 5 * sizeof(uintptr_t)
+ BridgedSuccessorSize = 4 * sizeof(uintptr_t) + sizeof(uint64_t)
36
};
37
38
typedef struct {
0 commit comments