aboutsummaryrefslogtreecommitdiffhomepage
path: root/amd64
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-18 22:48:50 +0200
committerlemon <lsof@mailbox.org>2023-06-18 22:48:50 +0200
commitf18b2ba67f6b2831c7bd47e701b04bd522b94fc0 (patch)
treec2c4cac4b1c150574782e7b52fa4291d2667085e /amd64
parent32661a8d4c4be869e04f9432da3c485fcfa494de (diff)
forgot some statics
Diffstat (limited to 'amd64')
-rw-r--r--amd64/sysv.c2
1 files changed, 1 insertions, 1 deletions
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