* xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
declaration.
This commit is contained in:
parent
489038311c
commit
57fdbbbe8f
@ -1,3 +1,8 @@
|
|||||||
|
2007-01-22 Masaki Muranaka <monaka@monami-software.com>
|
||||||
|
|
||||||
|
* xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
|
||||||
|
declaration.
|
||||||
|
|
||||||
2007-01-11 Andrew Cagney <cagney@redhat.com>
|
2007-01-11 Andrew Cagney <cagney@redhat.com>
|
||||||
Daniel Jacobowitz <dan@codesourcery.com>
|
Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
Jan Kratochvil <jan.kratochvil@redhat.com>
|
Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
@ -416,12 +416,12 @@ xstormy16_skip_prologue (CORE_ADDR pc)
|
|||||||
struct symtab_and_line sal;
|
struct symtab_and_line sal;
|
||||||
struct symbol *sym;
|
struct symbol *sym;
|
||||||
struct xstormy16_frame_cache cache;
|
struct xstormy16_frame_cache cache;
|
||||||
|
CORE_ADDR plg_end;
|
||||||
|
|
||||||
memset (&cache, 0, sizeof cache);
|
memset (&cache, 0, sizeof cache);
|
||||||
|
|
||||||
/* Don't trust line number debug info in frameless functions. */
|
/* Don't trust line number debug info in frameless functions. */
|
||||||
CORE_ADDR plg_end = xstormy16_analyze_prologue (func_addr, func_end,
|
plg_end = xstormy16_analyze_prologue (func_addr, func_end, &cache, NULL);
|
||||||
&cache, NULL);
|
|
||||||
if (!cache.uses_fp)
|
if (!cache.uses_fp)
|
||||||
return plg_end;
|
return plg_end;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user