mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 23:52:31 +00:00
parent
906ed059ce
commit
92a36040b1
@ -697,7 +697,7 @@ uint32_t target_c_type_size_in_bits(const ZigTarget *target, CIntType id) {
|
|||||||
return 16;
|
return 16;
|
||||||
case CIntTypeLong:
|
case CIntTypeLong:
|
||||||
case CIntTypeULong:
|
case CIntTypeULong:
|
||||||
return get_arch_pointer_bit_width(target->arch.arch);
|
return 32;
|
||||||
case CIntTypeLongLong:
|
case CIntTypeLongLong:
|
||||||
case CIntTypeULongLong:
|
case CIntTypeULongLong:
|
||||||
return 64;
|
return 64;
|
||||||
|
Loading…
Reference in New Issue
Block a user