11f007dd2c
fix is applied. sturm@ ok, maintainer ok a previous more generic approach.
13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
$OpenBSD: misc-target-sparc_op_c,v 1.1 2005/11/03 18:41:55 fgsch Exp $
|
|
--- target-sparc/op.c.orig Tue Oct 25 02:31:41 2005
|
|
+++ target-sparc/op.c Tue Oct 25 02:32:12 2005
|
|
@@ -1301,7 +1301,7 @@ void OPPROTO op_flush_T0(void)
|
|
|
|
void OPPROTO op_fnegs(void)
|
|
{
|
|
- FT0 = -FT1;
|
|
+ do_fnegs();
|
|
}
|
|
|
|
void OPPROTO op_fabss(void)
|