openbsd-ports/emulators/qemu/patches/misc-target-sparc_op_c
fgsch 11f007dd2c workaround to make qemu happy on amd64 until a better and more correct
fix is applied.
sturm@ ok, maintainer ok a previous more generic approach.
2005-11-03 18:41:55 +00:00

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)