[Mplayer-cvslog] CVS: main/loader stubs.s,1.3,1.4

Alex Beregszaszi alex at mplayerhq.hu
Sun Apr 21 02:30:46 CEST 2002


Update of /cvsroot/mplayer/main/loader
In directory mail:/var/tmp.root/cvs-serv27006

Modified Files:
	stubs.s 
Log Message:
added _EH_prolog (needed by mss1 codec)

Index: stubs.s
===================================================================
RCS file: /cvsroot/mplayer/main/loader/stubs.s,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stubs.s	5 Jun 2001 18:40:44 -0000	1.3
+++ stubs.s	21 Apr 2002 00:30:44 -0000	1.4
@@ -22,3 +22,14 @@
 	xorl %eax,%eax
 	leave
 	ret
+.globl exp_EH_prolog
+exp_EH_prolog:
+	pushl $0xff
+	pushl %eax
+	pushl %fs:0
+	movl  %esp, %fs:0
+	movl  12(%esp), %eax
+	movl  %ebp, 12(%esp)
+	leal  12(%esp), %ebp
+	pushl %eax
+	ret




More information about the MPlayer-cvslog mailing list