mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f865cda094
Obtained from: Peter Edwards, DERA
21 lines
627 B
Plaintext
21 lines
627 B
Plaintext
--- src/installers/80x86/common/instr386.c.orig Sun Mar 15 18:00:20 1998
|
|
+++ src/installers/80x86/common/instr386.c Sat Jun 6 13:43:25 1998
|
|
@@ -5459,7 +5459,7 @@
|
|
if (sz == 64) {
|
|
int riu = regsinuse;
|
|
regsinuse |= 0x2;
|
|
- move (shb, bottom, reg2);
|
|
+ move (ulongsh, bottom, reg2); /* can only be a simple constant */
|
|
regsinuse = riu;
|
|
}
|
|
else
|
|
@@ -5727,7 +5727,7 @@
|
|
if (sz == 64) {
|
|
int riu = regsinuse;
|
|
regsinuse |= 0x2;
|
|
- move (shb, bottom, reg2);
|
|
+ move (ulongsh, bottom, reg2); /* can only be a simple constant */
|
|
regsinuse = riu;
|
|
}
|
|
else
|