summaryrefslogtreecommitdiff
path: root/emulators/p11/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/p11/patches/patch-aa')
-rw-r--r--emulators/p11/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/p11/patches/patch-aa b/emulators/p11/patches/patch-aa
new file mode 100644
index 00000000000..1c2a9eaa311
--- /dev/null
+++ b/emulators/p11/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2007/01/27 12:02:16 wiz Exp $
+
+--- instruct.c.orig 2000-12-04 18:03:41.000000000 +0100
++++ instruct.c 2006-04-18 02:21:40.000000000 +0200
+@@ -107,7 +107,7 @@
+ }
+ void NEGB(void) {
+ dst = -dst;
+- TestW(dst);
++ TestB(dst);
+ proc.c = (dst != 0);
+ proc.v = (dst == 0200);
+ }