We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624c3ed commit c44f5baCopy full SHA for c44f5ba
1 file changed
core/include/linux/bpf_ir.h
@@ -1124,10 +1124,11 @@ struct ir_value bpf_ir_value_stack_ptr(struct ir_function *fun);
1124
1125
struct ir_value bpf_ir_value_r0(struct ir_function *fun);
1126
1127
-#define VR_POS_STACK_PTR \
1128
- (struct ir_vr_pos){ .allocated = true, \
1129
- .alloc_reg = BPF_REG_10, \
1130
- .spilled = 0 }
+#define VR_POS_STACK_PTR \
+ (struct ir_vr_pos) \
+ { \
+ .allocated = true, .alloc_reg = BPF_REG_10, .spilled = 0 \
1131
+ }
1132
1133
struct ir_value bpf_ir_value_norm_stack_ptr(void);
1134
0 commit comments