view loader/stubs.S @ 21318:c012ba4bf229

help messages: r21306: fix compilation for win32 dll codec support for intel osx r21328: localization of parser-m*cmd.c messages r21332: insert line break for overly long line (second line indented) man page: r21221: improve description of x264's deadzone* options r21228: fix typos noticed by Diego r21254: nits and picks by The Wanderer :) r21255: typo in deadzone_inter r21298: "D" interactive key also works with yadif now
author kraymer
date Mon, 27 Nov 2006 17:22:31 +0000
parents fe547c3298eb
children bfe76e41e80c
line wrap: on
line source

#if defined(__APPLE__) || defined(__OpenBSD__)
# define SYM(x) _ ## x
#else
# define SYM(x) x
#endif
	.data
.globl SYM(exp_EH_prolog)
SYM(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