air_print: fix panic when printing .abs

This commit is contained in:
kcbanner
2023-10-01 12:08:02 -04:00
committed by Andrew Kelley
parent af40bce08a
commit 62a0fbdaef

View File

@@ -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,