configure: rerun autoconf
authorRon Unrau <runrau@cygnus>
Mon, 16 Feb 1998 04:33:28 +0000 (04:33 +0000)
committerRon Unrau <runrau@cygnus>
Mon, 16 Feb 1998 04:33:28 +0000 (04:33 +0000)
interp.c: shield dummy vu registers with -DTARGET_SKY

sim/mips/interp.c

index bca479cadc9cc17b54422dcbbabee02dd40b8b43..c591abf3b5d8408b472e1d8d56a9c48029460bc1 100644 (file)
@@ -263,10 +263,12 @@ static void device_init(SIM_DESC sd) {
 }
 
 /* start-sanitize-sky */
+#ifdef TARGET_SKY
 static struct {
   short i[16];
   int f[NUM_VU_REGS - 16];
 } vu_regs[2];
+#endif
 /* end-sanitize-sky */
 
 /*---------------------------------------------------------------------------*/