mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-01 14:31:54 +00:00
* blockframe.c (frameless_look_for_prologue): Remove unused
after_prologue variable.
This commit is contained in:
parent
2cdd89cb84
commit
e76c5fcc46
@ -1,3 +1,8 @@
|
||||
2003-05-23 Theodore A. Roth <troth@openavr.org>
|
||||
|
||||
* blockframe.c (frameless_look_for_prologue): Remove unused
|
||||
after_prologue variable.
|
||||
|
||||
2003-05-23 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* blockframe.c (get_pc_function_start): Rewrite to avoid
|
||||
|
@ -144,7 +144,7 @@ inside_entry_func (CORE_ADDR pc)
|
||||
int
|
||||
frameless_look_for_prologue (struct frame_info *frame)
|
||||
{
|
||||
CORE_ADDR func_start, after_prologue;
|
||||
CORE_ADDR func_start;
|
||||
|
||||
func_start = get_frame_func (frame);
|
||||
if (func_start)
|
||||
|
Loading…
x
Reference in New Issue
Block a user