stage2: move named int types to InternPool

This commit is contained in:
Andrew Kelley
2023-05-03 16:33:16 -07:00
parent 4cd8a40b3b
commit bcd4bb8afb
10 changed files with 121 additions and 345 deletions

View File

@@ -371,7 +371,7 @@ pub fn generateSymbol(
// generate length
switch (try generateSymbol(bin_file, src_loc, .{
.ty = Type.initTag(.usize),
.ty = Type.usize,
.val = slice.len,
}, code, debug_output, reloc_info)) {
.ok => {},