mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 10:03:21 +00:00
ZIR: fix text printing of field_ptr_type
Thanks @g-w1
This commit is contained in:
parent
8df4bb7c96
commit
a830ebe718
@ -2304,6 +2304,7 @@ const Writer = struct {
|
||||
.store,
|
||||
.store_to_block_ptr,
|
||||
.store_to_inferred_ptr,
|
||||
.field_ptr_type,
|
||||
=> try self.writeBin(stream, inst),
|
||||
|
||||
.alloc,
|
||||
@ -2436,7 +2437,6 @@ const Writer = struct {
|
||||
.atomic_store,
|
||||
.mul_add,
|
||||
.builtin_call,
|
||||
.field_ptr_type,
|
||||
.field_parent_ptr,
|
||||
.memcpy,
|
||||
.memset,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user