From f18b2ba67f6b2831c7bd47e701b04bd522b94fc0 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 18 Jun 2023 22:48:50 +0200 Subject: forgot some statics --- amd64/sysv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amd64/sysv.c') diff --git a/amd64/sysv.c b/amd64/sysv.c index dc43b81..8c95388 100644 --- a/amd64/sysv.c +++ b/amd64/sysv.c @@ -131,7 +131,7 @@ abiret(short r[2], uchar cls[2], int *ni, union irtype typ) return ret; } -const char amd64_rnames[][6] = { +static const char amd64_rnames[][6] = { #define R(r) #r, LIST_REGS(R) #undef R -- cgit v1.2.3