[MPlayer-cvslog] CVS: main/loader ldt_keeper.c, 1.14, 1.15 win32.c, 1.96, 1.97
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Wed Dec 22 00:26:47 CET 2004
- Previous message: [MPlayer-cvslog] CVS: main/libvo video_out.c, 1.95, 1.96 vo_directx.c, 1.43, 1.44 x11_common.c, 1.184, 1.185
- Next message: [MPlayer-cvslog] CVS: main/libaf af_extrastereo.c, 1.2, 1.3 af_hrtf.c, 1.1, 1.2 af_lavcresample.c, 1.4, 1.5 af_sweep.c, 1.1, 1.2 af_volnorm.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/loader
In directory mail:/var2/tmp/cvs-serv32587/loader
Modified Files:
ldt_keeper.c win32.c
Log Message:
add missing registers in clobber list, fixes bug #169
Patch by basic basic (at) mozdev [dot] org
Index: ldt_keeper.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/ldt_keeper.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ldt_keeper.c 17 Sep 2004 10:37:56 -0000 1.14
+++ ldt_keeper.c 21 Dec 2004 23:26:45 -0000 1.15
@@ -118,6 +118,7 @@
__asm__ __volatile__(
"movl %0,%%eax; movw %%ax, %%fs" : : "r" (ldt_desc)
+ :"eax"
);
}
Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- win32.c 24 Oct 2004 21:56:51 -0000 1.96
+++ win32.c 21 Dec 2004 23:26:45 -0000 1.97
@@ -118,6 +118,7 @@
"movl %%edx, 4(%%ebx)\n\t"
"popl %%ebx\n\t"
::"a"(z)
+ :"edx"
);
}
static unsigned int c_localcount_notsc()
- Previous message: [MPlayer-cvslog] CVS: main/libvo video_out.c, 1.95, 1.96 vo_directx.c, 1.43, 1.44 x11_common.c, 1.184, 1.185
- Next message: [MPlayer-cvslog] CVS: main/libaf af_extrastereo.c, 1.2, 1.3 af_hrtf.c, 1.1, 1.2 af_lavcresample.c, 1.4, 1.5 af_sweep.c, 1.1, 1.2 af_volnorm.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list