From 7dd4a46650ff47b09c6de8579cf9bcc17d6edc46 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sun, 29 Mar 1998 22:53:31 +0000 Subject: [PATCH] * Oops, added #ifdef TARGET_SKY around R5900 COP2 implementation skeleton. --- sim/mips/ChangeLog | 8 ++++++++ sim/mips/interp.c | 2 ++ 2 files changed, 10 insertions(+) diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 9301718d8a2..8b2d0f19ead 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,11 @@ +start-sanitize-sky +Sun Mar 29 17:50:11 Frank Ch. Eigler + + * 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 start-sanitize-sky diff --git a/sim/mips/interp.c b/sim/mips/interp.c index c1903311d13..cd8a8afaf53 100644 --- a/sim/mips/interp.c +++ b/sim/mips/interp.c @@ -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) -- 2.30.2