replace asm keyword
commitc8220b638b17cb9eb583cca15d1b02c36a28ed2f
authorErica Z <zerica@callcc.eu>
Sun, 12 May 2024 08:55:05 +0000 (12 10:55 +0200)
committerQuentin Carbonneaux <quentin@c9x.me>
Tue, 28 May 2024 08:39:41 +0000 (28 10:39 +0200)
tree4717a6346f4302c2ae759e4109b81b4f50682c3f
parent620277c004b247559d53e4d6ef8053705be9b110
replace asm keyword

when applying a custom set of CFLAGS under clang that does not include
-std=c99, asm is treated as a keyword and as such can not be used as an
identifier. this prevents the issue by renaming the offending variables.
amd64/emit.c
arm64/emit.c
rv64/emit.c