mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b08f5de970
Obtained from: Peter Edwards, DERA.
21 lines
587 B
Plaintext
21 lines
587 B
Plaintext
--- src/installers/80x86/common/scan2.c.orig Sat Jan 17 17:55:52 1998
|
|
+++ src/installers/80x86/common/scan2.c Thu Jun 11 16:49:17 1998
|
|
@@ -944,7 +944,7 @@
|
|
*bottom = son(*bottom);
|
|
}
|
|
else
|
|
- setsh (son(*bottom), ulongsh);
|
|
+ setsh (*bottom, ulongsh);
|
|
}
|
|
}
|
|
cc1 (sto, to, 1, e, notopnd, 1, usereg0);
|
|
@@ -1127,7 +1127,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;
|