* config/m88k/tm-m88k.h: comment change to remove embedded

comment.
	  (SKIP_PROLOGUE): skip_prologue returns a value which is expected
	  to reset the pc argument.  So reset it.
This commit is contained in:
K. Richard Pixley 1993-08-13 21:45:31 +00:00
parent 2ea5f3252a
commit f2f848b822
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Fri Aug 13 14:37:05 1993 K. Richard Pixley (rich@sendai.cygnus.com)
* config/m88k/tm-m88k.h: comment change to remove embedded
comment.
(SKIP_PROLOGUE): skip_prologue returns a value which is expected
to reset the pc argument. So reset it.
Fri Aug 13 10:15:24 1993 Fred Fish (fnf@deneb.cygnus.com)
* Makefile.in (VERSION): Bump to 4.10.1 after release and cvs

View File

@ -52,7 +52,7 @@ extern void init_extra_frame_info ();
to reach some "real" code. */
#define SKIP_PROLOGUE(frompc) \
skip_prologue (frompc)
{ (frompc) = skip_prologue (frompc); }
extern CORE_ADDR skip_prologue ();
/* The m88k kernel aligns all instructions on 4-byte boundaries. The
@ -256,7 +256,7 @@ extern CORE_ADDR skip_prologue ();
#define MAX_REGISTER_RAW_SIZE (REGISTER_RAW_SIZE(0))
/* Largest value REGISTER_VIRTUAL_SIZE can have.
/* Are FPS1, FPS2, FPR "virtual" regisers? */
Are FPS1, FPS2, FPR "virtual" regisers? */
#define MAX_REGISTER_VIRTUAL_SIZE (REGISTER_RAW_SIZE(0))