+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
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
#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))