freebsd-ports/lang/TenDRA/files/patch-ac
Robert Nordier f865cda094 Corrections to long long support.
Obtained from: Peter Edwards, DERA
1998-06-06 12:10:59 +00:00

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