authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-17 23:01:39+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-17 23:01:39+02:00
log2ee80a8a8df6fe3507c975288ad5ea022f25ed60
tree037bd644b58e252db92ba4a0372e67d3641acf12
parent3f5305bab713fe477d949b2499341dd3e8befd9d
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Revert "Make *24 and *48 extern-compatible for ez80"

This reverts commit 12d0d392234966c61a2d3f3db7981f5c4c2fced3. ez80 support is not in 0.16.0.

1 files changed, 0 insertions(+), 1 deletions(-)

src/Type.zig-1
......@@ -3172,7 +3172,6 @@ pub fn validateExtern(ty: Type, position: ExternPosition, zcu: *const Zcu) bool
31723172 },
31733173 .int => switch (ty.intInfo(zcu).bits) {
31743174 0, 8, 16, 32, 64, 128 => true,
3175 24, 48 => zcu.getTarget().cpu.arch == .ez80,
31763175 else => false,
31773176 },
31783177 .@"fn" => {