Remove %any as a concept

This commit is contained in:
gingerBill
2026-08-12 11:08:33 +01:00
parent bef386b1fb
commit 99a128e78e

View File

@@ -435,9 +435,6 @@ gb_internal void check_asm_specs(CheckerContext *ctx, Scope *scope, Slice<Ast *>
ast_node(reg, AsmRegister, spec->value);
pin = reg->name.string;
if (pin == "any") {
pin = {};
}
if (pin.len != 0) {
if (string_set_update(&pin_set, pin)) {
error(spec->value, "Pinned register %%%.*s has already been assigned", LIT(pin));