| ... | @@ -51,8 +51,8 @@ pub const Block = struct { | ... | @@ -51,8 +51,8 @@ pub const Block = struct { |
| 51 | pub const Record = struct { | 51 | pub const Record = struct { |
| 52 | name: []const u8, | 52 | name: []const u8, |
| 53 | id: u32, | 53 | id: u32, |
| 54 | operands: []u64, | 54 | operands: []const u64, |
| 55 | blob: []u8, | 55 | blob: []const u8, |
| 56 | | 56 | |
| 57 | fn toOwnedAbbrev(record: Record, allocator: std.mem.Allocator) !Abbrev { | 57 | fn toOwnedAbbrev(record: Record, allocator: std.mem.Allocator) !Abbrev { |
| 58 | var operands = std.ArrayList(Abbrev.Operand).init(allocator); | 58 | var operands = std.ArrayList(Abbrev.Operand).init(allocator); |