[MPlayer-dev-eng] [PATCH] missing regs in clobber list
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Dec 19 13:55:55 CET 2004
Hi,
the patch fixes. I think it is correct. Any objections? If not I will
probably apply tomorrow.
Greetings,
Reimar Döffinger
-------------- next part --------------
Index: loader/ldt_keeper.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/ldt_keeper.c,v
retrieving revision 1.14
diff -u -r1.14 ldt_keeper.c
--- loader/ldt_keeper.c 17 Sep 2004 10:37:56 -0000 1.14
+++ loader/ldt_keeper.c 18 Dec 2004 14:19:14 -0000
@@ -118,6 +118,7 @@
__asm__ __volatile__(
"movl %0,%%eax; movw %%ax, %%fs" : : "r" (ldt_desc)
+ :"eax"
);
}
Index: loader/win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.96
diff -u -r1.96 win32.c
--- loader/win32.c 24 Oct 2004 21:56:51 -0000 1.96
+++ loader/win32.c 18 Dec 2004 14:19:26 -0000
@@ -118,6 +118,7 @@
"movl %%edx, 4(%%ebx)\n\t"
"popl %%ebx\n\t"
::"a"(z)
+ :"edx"
);
}
static unsigned int c_localcount_notsc()
More information about the MPlayer-dev-eng
mailing list