| ... | @@ -203,7 +203,7 @@ fn putFn(self: *Plan9, decl: *Module.Decl, out: FnDeclOutput) !void { | ... | @@ -203,7 +203,7 @@ fn putFn(self: *Plan9, decl: *Module.Decl, out: FnDeclOutput) !void { |
| 203 | self.syms.items[fn_map_res.value_ptr.sym_index] = .{ | 203 | self.syms.items[fn_map_res.value_ptr.sym_index] = .{ |
| 204 | .type = .z, | 204 | .type = .z, |
| 205 | // just put a giant number, no source file will have this many newlines | 205 | // just put a giant number, no source file will have this many newlines |
| 206 | .value = std.math.maxInt(u32), | 206 | .value = std.math.maxInt(u31), |
| 207 | .name = &.{ 0, 0 }, | 207 | .name = &.{ 0, 0 }, |
| 208 | }; | 208 | }; |
| 209 | } | 209 | } |