diff options
Diffstat (limited to 'gdb/guile/scm-frame.c')
-rw-r--r-- | gdb/guile/scm-frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/guile/scm-frame.c b/gdb/guile/scm-frame.c index 9c0b00d..32abf6d3 100644 --- a/gdb/guile/scm-frame.c +++ b/gdb/guile/scm-frame.c @@ -576,7 +576,7 @@ static SCM gdbscm_frame_block (SCM self) { frame_smob *f_smob; - struct block *block = NULL, *fn_block; + const struct block *block = NULL, *fn_block; struct frame_info *frame = NULL; volatile struct gdb_exception except; |