* Oops, added #ifdef TARGET_SKY around R5900 COP2 implementation skeleton.
authorFrank Ch. Eigler <fche@redhat.com>
Sun, 29 Mar 1998 22:53:31 +0000 (22:53 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Sun, 29 Mar 1998 22:53:31 +0000 (22:53 +0000)
sim/mips/ChangeLog
sim/mips/interp.c

index 9301718d8a2f8ae86f94573684c89932b9fbbf51..8b2d0f19eadcc25dabdc85478b05aa5e3c9eb91b 100644 (file)
@@ -1,3 +1,11 @@
+start-sanitize-sky
+Sun Mar 29 17:50:11       Frank Ch. Eigler  <fche@cygnus.com>
+
+       * interp.c (decode_coproc): Added a missing TARGET_SKY check
+       around COP2 implementation skeleton.
+
+end-sanitize-sky
+
 Fri Mar 27 16:19:29 1998  Frank Ch. Eigler  <fche@cygnus.com>
 
 start-sanitize-sky
index c1903311d13ea2c9baeff38da526e1984982c7b5..cd8a8afaf5359b204e7ea43dcd017d1ee9f7b79e 100644 (file)
@@ -3505,6 +3505,7 @@ decode_coproc (SIM_DESC sd,
        int handle = 0;
 
        /* start-sanitize-sky */
+#ifdef TARGET_SKY
        /* On the R5900, this refers to a "VU" vector co-processor. */
 
        int i_25_21 = (instruction >> 21) & 0x1f;
@@ -3625,6 +3626,7 @@ decode_coproc (SIM_DESC sd,
        /* cleanup for semantic.c-like actions above */
        PC = NIA;
 
+#endif /* TARGET_SKY */
        /* end-sanitize-sky */
 
        if(! handle)
This page took 0.02866 seconds and 4 git commands to generate.