| author | |
| committer | |
| log | 92a36040b1d0882c1e9439b998d3b855e84b9f2c |
| tree | f98fec20c29ec33260b2b9f61911029affa93e59 |
| parent | 906ed059ce7c5c9acb5088d38d9da76ad5c93407 |
closes #11251 files changed, 1 insertions(+), 1 deletions(-)
src/target.cpp+1-1| ... | ... | @@ -697,7 +697,7 @@ uint32_t target_c_type_size_in_bits(const ZigTarget *target, CIntType id) { |
| 697 | 697 | return 16; |
| 698 | 698 | case CIntTypeLong: |
| 699 | 699 | case CIntTypeULong: |
| 700 | return get_arch_pointer_bit_width(target->arch.arch); | |
| 700 | return 32; | |
| 701 | 701 | case CIntTypeLongLong: |
| 702 | 702 | case CIntTypeULongLong: |
| 703 | 703 | return 64; |