| ... | @@ -4437,6 +4437,7 @@ pub fn analyzeFnBody(mod: *Module, decl: *Decl, func: *Fn, arena: Allocator) Sem | ... | @@ -4437,6 +4437,7 @@ pub fn analyzeFnBody(mod: *Module, decl: *Decl, func: *Fn, arena: Allocator) Sem |
| 4437 | const arg = try sema.addConstant(param_type, opv); | 4437 | const arg = try sema.addConstant(param_type, opv); |
| 4438 | sema.inst_map.putAssumeCapacityNoClobber(inst, arg); | 4438 | sema.inst_map.putAssumeCapacityNoClobber(inst, arg); |
| 4439 | total_param_index += 1; | 4439 | total_param_index += 1; |
| | 4440 | runtime_param_index += 1; |
| 4440 | continue; | 4441 | continue; |
| 4441 | } | 4442 | } |
| 4442 | const ty_ref = try sema.addType(param_type); | 4443 | const ty_ref = try sema.addType(param_type); |