view loader/stubs.S @ 21353:a965ca17debc

reordering of #include to avoid clash with math.h and quicktime/*.h, patch by Crhis Roccati<roccati@pobox.com>
author nplourde
date Tue, 28 Nov 2006 23:13:08 +0000
parents bfe76e41e80c
children
line wrap: on
line source

#if defined(__APPLE__)
# 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