Mac Intel

Mikael Pettersson mikpe@REDACTED
Thu Aug 10 13:49:39 CEST 2006


Joel Reymont writes:
 > Mikael,
 > 
 > I intuitively think that
 > 
 > 	movl	`$'$1, %edx	/* resumption address */
 > 
 > needs to be
 > 
 > 	movl	`$'ASYM($1), %edx	/* resumption address */
 > 
 > Is that correct?

In the expensive_bif_interface macros? Yes, that's correct.
I do that on PPC.

 > I suppose that
 > 
 > 	addl	`$'8, %esp
 > 
 > needs to stay that way since I think you are just trying to generate
 > 
 > 	addl	$8, %esp
 > 
 > Is that correct?

Yes.



More information about the erlang-questions mailing list