Mercurial > mplayer.hg
changeset 5741:a306c3258e4d
added _EH_prolog (needed by mss1 codec)
author | alex |
---|---|
date | Sun, 21 Apr 2002 00:30:44 +0000 |
parents | 76dc22772901 |
children | 310c836e3fb3 |
files | loader/stubs.s |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/stubs.s Sat Apr 20 23:15:12 2002 +0000 +++ b/loader/stubs.s Sun Apr 21 00:30:44 2002 +0000 @@ -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