blob: 568b877976bf47d71cb1da8f79060fd75e6b125c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- 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
|