Wed Apr 15 12:41:18 1998 Frank Ch. Eigler <fche@cygnus.com>
* interp.c (decode_coproc): Make COP2 branch code compile after
igen signature changes.
+begin-sanitize-sky
+Wed Apr 15 12:41:18 1998 Frank Ch. Eigler <fche@cygnus.com>
+
+ * interp.c (decode_coproc): Make COP2 branch code compile after
+ igen signature changes.
+
+end-sanitize-sky
Wed Apr 15 18:31:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
* mips.igen (DSRAV): Use function do_dsrav.
#include "sky-libvpe.h"
#include "sky-pke.h"
#include "idecode.h"
+#include "support.h"
+#undef SD
#endif
/* end-sanitize-sky */
#endif
/* Within interp.c we refer to the sim_state and sim_cpu directly. */
-#define SD sd
#define CPU cpu
+#define SD sd
/* The following reserved instruction value is used when a simulator
typedef unsigned_4 instruction_word;
int CIA = cia;
int NIA = cia + 4;
- sim_cpu* CPU_ = cpu;
handle = 1;
/* NOTREACHED */
}
+#define MY_INDEX itable_COPz_NORMAL
+#define MY_PREFIX COPz_NORMAL
+#define MY_NAME "COPz_NORMAL"
+
/* classify & execute basic COP2 instructions */
if(i_25_21 == 0x08 && i_20_16 == 0x00) /* BC2F */
{
/* cleanup for semantic.c-like actions above */
PC = NIA;
+#undef MY_INDEX
+#undef MY_PREFIX
+#undef MY_NAME
+
#endif /* TARGET_SKY */
/* end-sanitize-sky */