diff options
Diffstat (limited to 'lang/TenDRA/files/patch-ac')
-rw-r--r-- | lang/TenDRA/files/patch-ac | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lang/TenDRA/files/patch-ac b/lang/TenDRA/files/patch-ac deleted file mode 100644 index d6a79a4d86ef..000000000000 --- a/lang/TenDRA/files/patch-ac +++ /dev/null @@ -1,25 +0,0 @@ -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 |