mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
298 B
Plaintext
14 lines
298 B
Plaintext
$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);
|
|
}
|