diff options
Diffstat (limited to 'gdb/i386-netbsd-tdep.c')
-rw-r--r-- | gdb/i386-netbsd-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-netbsd-tdep.c b/gdb/i386-netbsd-tdep.c index 873bbe9..76dcc4d 100644 --- a/gdb/i386-netbsd-tdep.c +++ b/gdb/i386-netbsd-tdep.c @@ -76,7 +76,7 @@ static int i386nbsd_sc_reg_offset[] = }; /* From <machine/mcontext.h>. */ -int i386nbsd_mc_reg_offset[] = +static int i386nbsd_mc_reg_offset[] = { 11 * 4, /* %eax */ 10 * 4, /* %ecx */ |