diff options
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index a992658..49db557 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -866,7 +866,7 @@ parse_symbol (sh, ax, ext_sh, bigend, section_offsets) patch up the type and make it void* instead. (davidm@azstarnet.com) */ - t = t->pointer_type; + t = make_pointer_type (t, NULL); } } b = top_stack->cur_block; |