forked from Imagelibrary/binutils-gdb
* vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
frame_pc_unwind.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
2004-08-08 Mark Kettenis <kettenis@gnu.org>
|
2004-08-08 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
|
||||||
|
frame_pc_unwind.
|
||||||
|
|
||||||
* procfs.c (procfs_pid_to_str): Remove redundant and unused
|
* procfs.c (procfs_pid_to_str): Remove redundant and unused
|
||||||
variables. Incapitalized "process".
|
variables. Incapitalized "process".
|
||||||
|
|
||||||
|
|||||||
@@ -383,7 +383,7 @@ vax_frame_this_id (struct frame_info *next_frame, void **this_cache,
|
|||||||
if (cache->base == 0)
|
if (cache->base == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
(*this_id) = frame_id_build (cache->base, frame_pc_unwind (next_frame));
|
(*this_id) = frame_id_build (cache->base, frame_func_unwind (next_frame));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user