Fix definition of SKIP_PROLOGUE macro.
This commit is contained in:
parent
64a1067567
commit
585230bdeb
@ -1,3 +1,8 @@
|
||||
2000-07-14 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* config/mcore/tm-mcore.h (SKIP_PROLOGUE): Fix defintion to avoid
|
||||
assignment.
|
||||
|
||||
2000-07-13 Michael Snyder <msnyder@cleaver.cygnus.com>
|
||||
|
||||
* parse.c: Include inferior.h.
|
||||
|
@ -101,7 +101,7 @@ extern CORE_ADDR mcore_extract_struct_value_address (char *regbuf);
|
||||
mcore_extract_struct_value_address (REGBUF)
|
||||
|
||||
extern CORE_ADDR mcore_skip_prologue (CORE_ADDR pc);
|
||||
#define SKIP_PROLOGUE(PC) (PC) = mcore_skip_prologue ((PC))
|
||||
#define SKIP_PROLOGUE(PC) mcore_skip_prologue (PC)
|
||||
|
||||
#define FRAME_ARGS_SKIP 0
|
||||
extern CORE_ADDR mcore_frame_args_address (struct frame_info *fi);
|
||||
|
Loading…
Reference in New Issue
Block a user