2006-06-08 10:33:38 -04:00
|
|
|
$OpenBSD: patch-target-ppc_op_helper_c,v 1.3 2006/06/08 14:33:38 todd Exp $
|
|
|
|
--- target-ppc/op_helper.c.orig Fri May 5 22:29:25 2006
|
|
|
|
+++ target-ppc/op_helper.c Fri May 5 22:29:34 2006
|
|
|
|
@@ -17,6 +17,7 @@
|
|
|
|
* License along with this library; if not, write to the Free Software
|
2005-08-10 21:15:17 -04:00
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
*/
|
2006-06-08 10:33:38 -04:00
|
|
|
+#include <math.h>
|
2005-08-10 21:15:17 -04:00
|
|
|
#include "exec.h"
|
2005-03-07 11:41:28 -05:00
|
|
|
|
2005-08-10 21:15:17 -04:00
|
|
|
#define MEMSUFFIX _raw
|