blob: d49097a3783e552a4176f26710d70d1675e0acb7 (
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/instr386.c
===================================================================
RCS file: /usr/home/stefan/tendra/cvsup/tendra/src/installers/80x86/common/instr386.c,v
retrieving revision 1.4
diff -u -r1.4 instr386.c
--- src/installers/80x86/common/instr386.c 21 Dec 2002 21:31:56 -0000 1.4
+++ src/installers/80x86/common/instr386.c 14 May 2003 17:14:29 -0000
@@ -5250,7 +5250,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
@@ -5515,7 +5515,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
|