Skip to content

Commit 62a0fbd

Browse files
kcbannerandrewrk
authored andcommitted
air_print: fix panic when printing .abs
1 parent af40bce commit 62a0fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/print_air.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ const Writer = struct {
188188
.log,
189189
.log2,
190190
.log10,
191-
.abs,
192191
.floor,
193192
.ceil,
194193
.round,
@@ -253,6 +252,7 @@ const Writer = struct {
253252
.popcount,
254253
.byte_swap,
255254
.bit_reverse,
255+
.abs,
256256
.error_set_has_value,
257257
.addrspace_cast,
258258
.c_va_arg,

0 commit comments

Comments
 (0)