openbsd-ports/emulators/qemu/patches/patch-target-ppc_op_helper_c
todd 5ba4e4fd59 update to 0.9.0, thanks to all who gave feedback
see http://qemu.org/changelog.html for details
new in OpenBSD, support for raw block devices
2007-05-01 12:55:13 +00:00

12 lines
422 B
Plaintext

$OpenBSD: patch-target-ppc_op_helper_c,v 1.4 2007/05/01 12:55:14 todd Exp $
--- target-ppc/op_helper.c.orig Mon Feb 5 17:01:54 2007
+++ target-ppc/op_helper.c Sat Mar 10 16:39:41 2007
@@ -17,6 +17,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <math.h>
#include "exec.h"
#define MEMSUFFIX _raw