]> git.pld-linux.org Git - packages/qemu.git/blame - qemu-gcc33.patch
- rel 52 (2.6.16.52)
[packages/qemu.git] / qemu-gcc33.patch
CommitLineData
94ccff7d 1--- qemu-0.8.0/target-sparc/op.c~ 2005-12-19 22:51:53.000000000 +0000
2+++ qemu-0.8.0/target-sparc/op.c 2005-12-21 00:00:52.707085500 +0000
3@@ -1301,7 +1301,8 @@
4
5 void OPPROTO op_fnegs(void)
6 {
7- FT0 = -FT1;
8+ FT0 = FT1;
9+ FT0 = -FT0;
10 }
11
12 void OPPROTO op_fabss(void)
This page took 0.0548149999999999 seconds and 4 git commands to generate.