diff options
Diffstat (limited to 'gdb/spu-tdep.c')
-rw-r--r-- | gdb/spu-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/spu-tdep.c b/gdb/spu-tdep.c index 30e569f..897cd72 100644 --- a/gdb/spu-tdep.c +++ b/gdb/spu-tdep.c @@ -1982,7 +1982,7 @@ spu_catch_start (struct objfile *objfile) minsym.minsym)); if (symtab != NULL) { - const struct blockvector *bv = BLOCKVECTOR (symtab); + const struct blockvector *bv = SYMTAB_BLOCKVECTOR (symtab); struct block *block = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK); struct symbol *sym; struct symtab_and_line sal; |