From: Robert Pengelly Date: Wed, 15 Jul 2026 22:36:18 +0000 (+0100) Subject: Fixed ADM64 sizeof X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=5baa7e1a76cc8fa7eed4b45dd7e7b48dec262a72;p=scc.git Fixed ADM64 sizeof --- diff --git a/amd64.c b/amd64.c index 8adccfe..1c27680 100644 --- a/amd64.c +++ b/amd64.c @@ -7540,7 +7540,7 @@ static int64_s sizeof_from_current_token (void) { * routed into expr_const64() as if the identifier inside the parentheses * were an integer constant expression. */ - if (sizeof_text_simple_identifier_now (tok.start, name, sizeof (name), &parenthesized) && sizeof_symbol_object_now (name, &size)) { + if (sizeof_text_simple_identifier_now (tok.caret, name, sizeof (name), &parenthesized) && sizeof_symbol_object_now (name, &size)) { sizeof_consume_simple_identifier_now (parenthesized);