summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-21 00:30:44 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-21 00:30:44 +0000
commit8a514781c794bc35732ae6fa9e12921afebfbcf9 (patch)
tree517a8342d6e3f438c03c2fbbe125cd050a4f6318 /loader
parenta2b9b8fb0639681de9e0faeec1d0a13dfa6be8d9 (diff)
downloadmpv-8a514781c794bc35732ae6fa9e12921afebfbcf9.tar.bz2
mpv-8a514781c794bc35732ae6fa9e12921afebfbcf9.tar.xz
added _EH_prolog (needed by mss1 codec)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5742 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader')
-rw-r--r--loader/stubs.s11
1 files changed, 11 insertions, 0 deletions
diff --git a/loader/stubs.s b/loader/stubs.s
index d2ca312594..6aa90ee9d4 100644
--- a/loader/stubs.s
+++ b/loader/stubs.s
@@ -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