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.
2 parents d181336 + 792fef1 commit 831d772Copy full SHA for 831d772
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