added _EH_prolog (needed by mss1 codec)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5742 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-04-21 00:30:44 +00:00
parent a2b9b8fb06
commit 8a514781c7
1 changed files with 11 additions and 0 deletions

View File

@ -22,3 +22,14 @@ unk_exp1:
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