From b1ff7e8bf24b40cf64127a6194d45661db3a4baf Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Fri, 31 Jul 2026 23:52:09 -0400 Subject: code gen can use registers besides RAX now --- ccc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ccc.h') diff --git a/ccc.h b/ccc.h index 3542e60..37bcbf1 100644 --- a/ccc.h +++ b/ccc.h @@ -5,6 +5,7 @@ #define ARRAY_SZ(x) (sizeof(x) / sizeof(x[0])) typedef unsigned long long integral_t; +typedef long long sintegral_t; typedef double floating_t; void* ccc_alloc(integral_t sz); -- cgit v1.2.3