]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- small patch to gcc33
authorundefine <undefine@pld-linux.org>
Wed, 21 Dec 2005 01:18:23 +0000 (01:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu-gcc33.patch -> 1.1

qemu-gcc33.patch [new file with mode: 0644]

diff --git a/qemu-gcc33.patch b/qemu-gcc33.patch
new file mode 100644 (file)
index 0000000..aaa1aff
--- /dev/null
@@ -0,0 +1,12 @@
+--- qemu-0.8.0/target-sparc/op.c~      2005-12-19 22:51:53.000000000 +0000
++++ qemu-0.8.0/target-sparc/op.c       2005-12-21 00:00:52.707085500 +0000
+@@ -1301,7 +1301,8 @@
+ void OPPROTO op_fnegs(void)
+ {
+-    FT0 = -FT1;
++    FT0 = FT1;
++    FT0 = -FT0;
+ }
+ void OPPROTO op_fabss(void)
This page took 0.039087 seconds and 4 git commands to generate.