From: Frank Ch. Eigler Date: Sun, 29 Mar 1998 22:53:31 +0000 (+0000) Subject: * Oops, added #ifdef TARGET_SKY around R5900 COP2 implementation skeleton. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7dd4a46650ff47b09c6de8579cf9bcc17d6edc46;p=deliverable%2Fbinutils-gdb.git * Oops, added #ifdef TARGET_SKY around R5900 COP2 implementation skeleton. --- diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 9301718d8a..8b2d0f19ea 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 c1903311d1..cd8a8afaf5 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)