Zcu: pass PerThread to intern pool string functions

This commit is contained in:
Jacob Young
2024-06-15 19:57:47 -04:00
parent 525f341f33
commit ca02266157
22 changed files with 1025 additions and 963 deletions

View File

@@ -756,7 +756,7 @@ fn lowerDeclRef(
return Result.ok;
}
const vaddr = try lf.getDeclVAddr(decl_index, .{
const vaddr = try lf.getDeclVAddr(pt, decl_index, .{
.parent_atom_index = reloc_info.parent_atom_index,
.offset = code.items.len,
.addend = @intCast(offset),