aboutsummaryrefslogtreecommitdiff
path: root/gdb/paread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/paread.c')
-rw-r--r--gdb/paread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/paread.c b/gdb/paread.c
index efc8b2b..686bed6 100644
--- a/gdb/paread.c
+++ b/gdb/paread.c
@@ -400,7 +400,7 @@ read_unwind_info (objfile)
compare_unwind_entries);
/* Keep a pointer to the unwind information. */
- OBJ_UNWIND_INFO (objfile) = ui;
+ objfile->obj_private = (PTR) ui;
}
/* Scan and build partial symbols for a symbol file.