freebsd-ports/lang/TenDRA/files/patch-ac
Stefan Farfeleder 3cde444efd Update to the 20050810 snapshot. Includes support for 7.x.
Approved by:	portmgr (krion)
2005-08-11 07:51:36 +00:00

25 lines
856 B
Text

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