import gdb-19990504 snapshot
This commit is contained in:
parent
e1346c8d09
commit
b83266a0e1
82 changed files with 1061 additions and 626 deletions
|
@ -171,7 +171,7 @@ extern void tic80_frame_find_saved_regs PARAMS ((struct frame_info *, struct fra
|
|||
/* Advance PC across any function entry prologue instructions
|
||||
to reach some "real" code. */
|
||||
|
||||
#define SKIP_PROLOGUE(pc) { (pc) = tic80_skip_prologue (pc); }
|
||||
#define SKIP_PROLOGUE(pc) (tic80_skip_prologue (pc))
|
||||
extern CORE_ADDR tic80_skip_prologue PARAMS ((CORE_ADDR pc));
|
||||
|
||||
/* Immediately after a function call, return the saved pc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue