From 7cf2065be92855b5b1db31a4bb7afbb4af29a817 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Sun, 29 Mar 2026 08:28:28 -1000 Subject: calling functions and some optimizations --- register.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'register.c') diff --git a/register.c b/register.c index ca095ea..fe1a718 100644 --- a/register.c +++ b/register.c @@ -44,5 +44,5 @@ const struct reg R8 = { }; const struct reg* const CALLING_CONV[] = {&RDI, &RSI, &RDX, &R10, &R9, &R8}; -const unsigned long long CC_N_REGS = +const unsigned char CC_N_REGS = sizeof(CALLING_CONV) / sizeof(const struct reg* const); -- cgit v1.2.3