blob: 5abf046bad05e61dec6ba3ec37073b99a8f78015 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-al,v 1.1 2002/03/14 12:32:40 wiz Exp $
--- lib/pgp/random/pgpRndPool.c.orig Sat Aug 9 23:45:13 1997
+++ lib/pgp/random/pgpRndPool.c
@@ -296,7 +296,7 @@
* #define UMULH_32(r,a,b) (r) = 0
*/
#ifndef UMULH_32
-#if defined(__GNUC__) && defined(__i386__)
+#if defined(__GNUC__) && defined(__i386__) && 0
/* Inline asm goodies */
#define UMULH_32(r,a,b) __asm__("mull %2" : "=d"(r) : "%a"(a), "mr"(b) : "ax")
#elif HAVE64
|