diff options
Diffstat (limited to 'lang/TenDRA/files/patch-ab')
-rw-r--r-- | lang/TenDRA/files/patch-ab | 45 |
1 files changed, 25 insertions, 20 deletions
diff --git a/lang/TenDRA/files/patch-ab b/lang/TenDRA/files/patch-ab index a604d2ce4974..eccd372d9a55 100644 --- a/lang/TenDRA/files/patch-ab +++ b/lang/TenDRA/files/patch-ab @@ -1,20 +1,25 @@ ---- src/installers/80x86/common/codec.c.orig Sat Jan 17 17:55:51 1998 -+++ src/installers/80x86/common/codec.c Wed Jun 3 14:27:33 1998 -@@ -267,7 +267,7 @@ - qw.where_exp = copyexp (dest.where_exp); - else - qw.where_exp = copyexp (reg0.where_exp); -- sh (qw.where_exp) = sha; -+ sh (qw.where_exp) = sh(a); - qw.where_off = 0; - coder (qw, stack, a); - (*op) (sha, qw, mw (b, 0), dest); -@@ -280,7 +280,7 @@ - qw.where_exp = copyexp (dest.where_exp); - else - qw.where_exp = copyexp (reg0.where_exp); -- sh (qw.where_exp) = sha; -+ sh (qw.where_exp) = sh(b); - qw.where_off = 0; - coder (qw, stack, b); - (*op) (sha, mw (a, 0), qw, dest); +Index: src/installers/80x86/common/codec.c +=================================================================== +RCS file: /usr/home/stefan/tendra/cvsup/tendra/src/installers/80x86/common/codec.c,v +retrieving revision 1.4 +diff -u -r1.4 codec.c +--- src/installers/80x86/common/codec.c 21 Dec 2002 21:31:32 -0000 1.4 ++++ src/installers/80x86/common/codec.c 14 May 2003 17:11:39 -0000 +@@ -202,7 +202,7 @@ + qw.where_exp = copyexp (dest.where_exp); + else + qw.where_exp = copyexp (reg0.where_exp); +- sh (qw.where_exp) = sha; ++ sh (qw.where_exp) = sh(a); + qw.where_off = 0; + coder (qw, stack, a); + (*op) (sha, qw, mw (b, 0), dest); +@@ -215,7 +215,7 @@ + qw.where_exp = copyexp (dest.where_exp); + else + qw.where_exp = copyexp (reg0.where_exp); +- sh (qw.where_exp) = sha; ++ sh (qw.where_exp) = sh(b); + qw.where_off = 0; + coder (qw, stack, b); + (*op) (sha, mw (a, 0), qw, dest); |