| author | |
| committer | |
| log | 2ee80a8a8df6fe3507c975288ad5ea022f25ed60 |
| tree | 037bd644b58e252db92ba4a0372e67d3641acf12 |
| parent | 3f5305bab713fe477d949b2499341dd3e8befd9d |
| signature |
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 |
| 3172 | 3172 | }, |
| 3173 | 3173 | .int => switch (ty.intInfo(zcu).bits) { |
| 3174 | 3174 | 0, 8, 16, 32, 64, 128 => true, |
| 3175 | 24, 48 => zcu.getTarget().cpu.arch == .ez80, | |
| 3176 | 3175 | else => false, |
| 3177 | 3176 | }, |
| 3178 | 3177 | .@"fn" => { |