mirror of https://github.com/mpv-player/mpv
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:
parent
a2b9b8fb06
commit
8a514781c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue