mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
print_zir: fix typo
This commit is contained in:
+1
-1
@@ -595,7 +595,7 @@ const Writer = struct {
|
||||
},
|
||||
|
||||
.reify_slice_arg_ty => {
|
||||
const reify_slice_arg_info: Zir.Inst.ReifySliceArgInfo = @enumFromInt(extended.operand);
|
||||
const reify_slice_arg_info: Zir.Inst.ReifySliceArgInfo = @enumFromInt(extended.small);
|
||||
const extra = self.code.extraData(Zir.Inst.UnNode, extended.operand).data;
|
||||
try stream.print("{t}, ", .{reify_slice_arg_info});
|
||||
try self.writeInstRef(stream, extra.operand);
|
||||
|
||||
Reference in New Issue
Block a user