[Stackless] gcc 3.3

Boyan Hristov boyan_hristov at hotmail.ru
Wed Aug 20 17:51:21 CEST 2003


  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
-- 
Best regards, Boyan Hristov
_______________________________________________
Stackless mailing list
Stackless at www.tismer.com
http://www.tismer.com/mailman/listinfo/stackless




More information about the Stackless mailing list