mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
air_print: fix panic when printing .abs
This commit is contained in:
parent
af40bce08a
commit
62a0fbdaef
@ -188,7 +188,6 @@ const Writer = struct {
|
||||
.log,
|
||||
.log2,
|
||||
.log10,
|
||||
.abs,
|
||||
.floor,
|
||||
.ceil,
|
||||
.round,
|
||||
@ -253,6 +252,7 @@ const Writer = struct {
|
||||
.popcount,
|
||||
.byte_swap,
|
||||
.bit_reverse,
|
||||
.abs,
|
||||
.error_set_has_value,
|
||||
.addrspace_cast,
|
||||
.c_va_arg,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user