| ... | @@ -5575,6 +5575,7 @@ static LLVMValueRef ir_render_asm_gen(CodeGen *g, Stage1Air *executable, Stage1A | ... | @@ -5575,6 +5575,7 @@ static LLVMValueRef ir_render_asm_gen(CodeGen *g, Stage1Air *executable, Stage1A |
| 5575 | buf_appendf(&constraint_buf, "=%s", buf_ptr(asm_output->constraint) + 1); | 5575 | buf_appendf(&constraint_buf, "=%s", buf_ptr(asm_output->constraint) + 1); |
| 5576 | } else { | 5576 | } else { |
| 5577 | buf_appendf(&constraint_buf, "=*%s", buf_ptr(asm_output->constraint) + 1); | 5577 | buf_appendf(&constraint_buf, "=*%s", buf_ptr(asm_output->constraint) + 1); |
| | 5578 | param_needs_attr[param_index] = true; |
| 5578 | } | 5579 | } |
| 5579 | if (total_index + 1 < total_constraint_count) { | 5580 | if (total_index + 1 < total_constraint_count) { |
| 5580 | buf_append_char(&constraint_buf, ','); | 5581 | buf_append_char(&constraint_buf, ','); |