| ... | ... | @@ -552,9 +552,9 @@ ZigType *get_pointer_to_type_extra2(CodeGen *g, ZigType *child_type, bool is_con |
| 552 | 552 | const_str, volatile_str, allow_zero_str, buf_ptr(&child_type->name)); |
| 553 | 553 | } else if (byte_alignment == 0) { |
| 554 | 554 | assert(vector_index == VECTOR_INDEX_NONE); |
| 555 | | buf_appendf(&entry->name, "%salign(:%" PRIu32 ":%" PRIu32 ":%" PRIu32 ") %s%s%s%s", |
| 555 | buf_appendf(&entry->name, "%salign(:%" PRIu32 ":%" PRIu32 ") %s%s%s%s", |
| 556 | 556 | star_str, |
| 557 | | bit_offset_in_host, host_int_bytes, vector_index, |
| 557 | bit_offset_in_host, host_int_bytes, |
| 558 | 558 | const_str, volatile_str, allow_zero_str, |
| 559 | 559 | buf_ptr(&child_type->name)); |
| 560 | 560 | } else if (vector_index == VECTOR_INDEX_NONE) { |