fc1ebc4565
add pcnet nic support
12 lines
370 B
Plaintext
12 lines
370 B
Plaintext
$OpenBSD: patch-target-ppc_op_helper_c,v 1.2 2005/08/11 01:15:17 todd Exp $
|
|
--- target-ppc/op_helper.c.orig Sun Jul 24 13:52:08 2005
|
|
+++ target-ppc/op_helper.c Tue Aug 9 22:34:49 2005
|
|
@@ -18,6 +18,7 @@
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
*/
|
|
#include <math.h>
|
|
+#include <float.h>
|
|
#include "exec.h"
|
|
|
|
#define MEMSUFFIX _raw
|