| author | |
| committer | |
| log | fa684bf42ff8b4df31096db3924873cf9433499d |
| tree | 2c227687f71cec7fdc67bd0ecd342cf237172424 |
| parent | a43973b3361946e233ea679ff6628b1bfc4579d1 |
1 files changed, 1 insertions(+), 0 deletions(-)
src/Type.zig+1| ... | ... | @@ -3175,6 +3175,7 @@ pub fn validateExtern(ty: Type, position: ExternPosition, zcu: *const Zcu) bool |
| 3175 | 3175 | }, |
| 3176 | 3176 | .int => switch (ty.intInfo(zcu).bits) { |
| 3177 | 3177 | 0, 8, 16, 32, 64, 128 => true, |
| 3178 | 24, 48 => zcu.getTarget().cpu.arch == .ez80, | |
| 3178 | 3179 | else => false, |
| 3179 | 3180 | }, |
| 3180 | 3181 | .@"fn" => { |