air_print: fix panic when printing .abs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user