mirror of
https://github.com/ziglang/zig.git
synced 2026-01-03 20:13:21 +00:00
Builder: fix aliases in bitcode
This commit is contained in:
parent
7f3ade6dea
commit
03eb332d3c
@ -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 },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user