blob: d6a79a4d86efad4b7395dc920af5e86f934c6695 (
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/ten15/cvsup/tendra/src/installers/80x86/common/instr386.c,v
retrieving revision 1.16
diff -I.svn -u -r1.16 instr386.c
--- src/installers/80x86/common/instr386.c 17 Oct 2004 03:17:01 -0000 1.16
+++ src/installers/80x86/common/instr386.c 18 Oct 2004 21:05:16 -0000
@@ -5232,7 +5232,7 @@
if (sz == 64) {
int riu = regsinuse;
regsinuse |= REG_EDX;
- move (shb, bottom, reg2);
+ move (ulongsh, bottom, reg2); /* can only be a simple constant */
regsinuse = riu;
}
else
@@ -5497,7 +5497,7 @@
if (sz == 64) {
int riu = regsinuse;
regsinuse |= REG_EDX;
- move (shb, bottom, reg2);
+ move (ulongsh, bottom, reg2); /* can only be a simple constant */
regsinuse = riu;
}
else
|