summaryrefslogtreecommitdiff
path: root/lang/TenDRA/files/patch-ad
blob: 707177d282d35a6f3e969e19b931546d0db67814 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Index: src/installers/80x86/common/scan2.c
===================================================================
RCS file: /usr/home/stefan/tendra/cvsup/tendra/src/installers/80x86/common/scan2.c,v
retrieving revision 1.4
diff -u -r1.4 scan2.c
--- src/installers/80x86/common/scan2.c	21 Dec 2002 21:32:24 -0000	1.4
+++ src/installers/80x86/common/scan2.c	20 May 2003 21:55:22 -0000
@@ -843,7 +843,7 @@
 					*bottom = son(*bottom);
 				}
 				else
-					setsh (son(*bottom), ulongsh);
+					setsh (*bottom, ulongsh);
 			}
 		}
 		cc1 (sto, to, 1, e, notopnd, 1, usereg0);
@@ -1026,7 +1026,7 @@
 						*arglist = son(*arglist);
 					}
 					else
-						setsh (son(*arglist), (is_signed (sh (e)) ? slongsh : ulongsh));
+						setsh (*arglist, (is_signed (sh (e)) ? slongsh : ulongsh));
 				}
 				if (last(*arglist))
 					break;