* Oops, added #ifdef TARGET_SKY around R5900 COP2 implementation skeleton.

This commit is contained in:
Frank Ch. Eigler 1998-03-29 22:53:31 +00:00
parent 6b84886ad5
commit 7dd4a46650
2 changed files with 10 additions and 0 deletions

View 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

View 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)