5ba4e4fd59
see http://qemu.org/changelog.html for details new in OpenBSD, support for raw block devices
12 lines
422 B
Plaintext
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
|