From: "kwisatz haderach":

> I think I found a problem with the FPU registers are managed by TCC.

In tcc.c:~1591:void vpop(void) 
instead of
        o(0xd9dd); /* fstp %st(1) */
try
        o(0xd8dd); /* fstp %st(0) */

--- grischka



_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to