Builder: fix aliases in bitcode

This commit is contained in:
Jacob Young 2024-02-23 18:15:13 +01:00
parent 7f3ade6dea
commit 03eb332d3c

View File

@ -155,7 +155,7 @@ pub const Module = struct {
pub const Alias = struct {
pub const ops = [_]AbbrevOp{
.{ .literal = 9 }, // Code
.{ .literal = 14 }, // Code
.{ .vbr = 16 }, // strtab_offset
.{ .vbr = 16 }, // strtab_size
.{ .fixed_runtime = Builder.Type },