From J.T.: Convert i386 to updated frame_saved_regs.

This commit is contained in:
Andrew Cagney
2000-02-29 13:28:24 +00:00
parent 2fc18c15d2
commit 1211c4e429
3 changed files with 24 additions and 15 deletions

View File

@@ -357,11 +357,9 @@ extern int i386_frame_num_args PARAMS ((struct frame_info *));
ways in the stack frame. sp is even more special:
the address we return for it IS the sp for the next frame. */
#define FRAME_FIND_SAVED_REGS(frame_info, frame_saved_regs) \
{ i386_frame_find_saved_regs ((frame_info), &(frame_saved_regs)); }
extern void i386_frame_init_saved_regs PARAMS ((struct frame_info *));
#define FRAME_INIT_SAVED_REGS(FI) i386_frame_init_saved_regs (FI)
extern void i386_frame_find_saved_regs PARAMS ((struct frame_info *,
struct frame_saved_regs *));
/* Things needed for making the inferior call functions. */