@@ -84,9 +84,8 @@ static inline cj_operand cj_builder_scratch_acquire(cj_builder_scratch *scratch)
8484static inline void cj_builder_scratch_release (cj_builder_scratch * scratch );
8585static inline unsigned cj_builder_arg_int_capacity (void );
8686static inline void cj_builder_call_label (cj_ctx * ctx , cj_label target );
87- static inline cj_operand
88- cj_builder_call (cj_ctx * ctx , cj_builder_scratch * scratch , cj_label target ,
89- const cj_operand * args , size_t arg_count );
87+ static inline cj_operand cj_builder_call (cj_ctx * ctx , cj_builder_scratch * scratch , cj_label target ,
88+ const cj_operand * args , size_t arg_count );
9089static inline cj_operand cj_builder_call_unary (cj_ctx * ctx , cj_builder_scratch * scratch ,
9190 cj_label target , cj_operand arg0 );
9291
@@ -640,9 +639,8 @@ static inline cj_operand cj_builder_call_unary(cj_ctx *ctx, cj_builder_scratch *
640639 return cj_builder_call (ctx , scratch , target , args , 1 );
641640}
642641
643- static inline cj_operand
644- cj_builder_call (cj_ctx * ctx , cj_builder_scratch * scratch , cj_label target ,
645- const cj_operand * args , size_t arg_count )
642+ static inline cj_operand cj_builder_call (cj_ctx * ctx , cj_builder_scratch * scratch , cj_label target ,
643+ const cj_operand * args , size_t arg_count )
646644{
647645 if (!ctx )
648646 return cj_builder_return_reg ();
0 commit comments