diff options
Diffstat (limited to 'gdb/windows-tdep.c')
-rw-r--r-- | gdb/windows-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/windows-tdep.c b/gdb/windows-tdep.c index 6e0d17e..5e80aaf 100644 --- a/gdb/windows-tdep.c +++ b/gdb/windows-tdep.c @@ -256,7 +256,7 @@ tlb_value_write (struct value *v, struct value *fromval) error (_("Impossible to change the Thread Local Base")); } -static struct lval_funcs tlb_value_funcs = +static const struct lval_funcs tlb_value_funcs = { tlb_value_read, tlb_value_write |