diff options
Diffstat (limited to 'amd64/sysv.c')
| -rw-r--r-- | amd64/sysv.c | 2 |
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 |