13 lines
288 B
Text
13 lines
288 B
Text
$NetBSD: patch-ac,v 1.3 2003/04/03 04:15:46 gson Exp $
|
|
|
|
--- md.h.orig Fri Oct 25 19:34:58 2002
|
|
+++ md.h
|
|
@@ -436,6 +436,8 @@
|
|
#define MD_JB_SP 34
|
|
#elif defined(__sparc__)
|
|
#define MD_JB_SP 0
|
|
+#elif defined(__vax__)
|
|
+#define MD_JB_SP 2
|
|
#else
|
|
#error Unknown CPU architecture
|
|
#endif
|