summaryrefslogtreecommitdiff
path: root/emulators/ia64sim/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/ia64sim/patches/patch-ab')
-rw-r--r--emulators/ia64sim/patches/patch-ab10
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/ia64sim/patches/patch-ab b/emulators/ia64sim/patches/patch-ab
index 668d9acc226..8266b419d2a 100644
--- a/emulators/ia64sim/patches/patch-ab
+++ b/emulators/ia64sim/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2004/02/18 23:24:59 kristerw Exp $
+$NetBSD: patch-ab,v 1.4 2008/08/04 08:04:30 obache Exp $
---- include/ia64.h.orig Thu Feb 19 00:15:01 2004
-+++ include/ia64.h Thu Feb 19 00:16:20 2004
-@@ -35,7 +35,7 @@
+--- include/ia64.h.orig 2000-03-09 00:57:11.000000000 +0000
++++ include/ia64.h
+@@ -38,7 +38,7 @@ benefit from your work.
0<=lo,hi<=63 and lo<=hi */
#define BITS(x,lo,hi) ( \
@@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.3 2004/02/18 23:24:59 kristerw Exp $
( (1<<(hi-lo+1)) - 1 ) \
)
-@@ -69,8 +69,8 @@
+@@ -72,8 +72,8 @@ typedef union {
uint8 b[8];
} qword;