| ... | @@ -3172,7 +3172,6 @@ pub fn validateExtern(ty: Type, position: ExternPosition, zcu: *const Zcu) bool | ... | @@ -3172,7 +3172,6 @@ pub fn validateExtern(ty: Type, position: ExternPosition, zcu: *const Zcu) bool |
| 3172 | }, | 3172 | }, |
| 3173 | .int => switch (ty.intInfo(zcu).bits) { | 3173 | .int => switch (ty.intInfo(zcu).bits) { |
| 3174 | 0, 8, 16, 32, 64, 128 => true, | 3174 | 0, 8, 16, 32, 64, 128 => true, |
| 3175 | 24, 48 => zcu.getTarget().cpu.arch == .ez80, | | |
| 3176 | else => false, | 3175 | else => false, |
| 3177 | }, | 3176 | }, |
| 3178 | .@"fn" => { | 3177 | .@"fn" => { |