| author | |
| committer | |
| log | b3c80418a8f8c235e798feb7ee585bc1dcacdf0f |
| tree | 3f07e4a261dd63e998b84442a5ba311159c2400c |
| parent | d5e438b36e928e362032257fc77f632a2a83806a |
| signature |
1 files changed, 3 insertions(+), 0 deletions(-)
src/analyze.cpp+3| ... | ... | @@ -6132,6 +6132,9 @@ static Error resolve_async_frame(CodeGen *g, ZigType *frame_type) { |
| 6132 | 6132 | param_name = buf_sprintf("@arg%" ZIG_PRI_usize, arg_i); |
| 6133 | 6133 | } |
| 6134 | 6134 | ZigType *param_type = param_info->type; |
| 6135 | if ((err = type_resolve(g, param_type, ResolveStatusSizeKnown))) { | |
| 6136 | return err; | |
| 6137 | } | |
| 6135 | 6138 | |
| 6136 | 6139 | fields.append({buf_ptr(param_name), param_type, 0}); |
| 6137 | 6140 | } |