[Stackless] gcc 3.3

Stephan Diehl stephan.diehl at gmx.net
Wed Aug 20 18:02:45 CEST 2003


that did it, thanks.

Stephan

On Wednesday 20 August 2003 17:51, Boyan Hristov wrote:
>   My system is SuSE 8.2 gcc3.3
>   and there is compile error in Stackless/switch_x86_unix.h:38
>
>         __asm__ volatile ("
>             addl %0, %%esp
>             addl %0, %%ebp"
>
>             : "r" (stsizediff)
>
>             );
>
> 	I changed it to this:
>
>         __asm__ volatile ("\
>             addl %0, %%esp \n\
>             addl %0, %%ebp"
>
>             : "r" (stsizediff)
>
>             );
>
>       .. and now it works

_______________________________________________
Stackless mailing list
Stackless at www.tismer.com
http://www.tismer.com/mailman/listinfo/stackless




More information about the Stackless mailing list