tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] help with this modification


From: Thomas Preudhomme
Subject: Re: [Tinycc-devel] help with this modification
Date: Wed, 12 Mar 2014 14:32:24 +0800
User-agent: Roundcube Webmail/0.7.2

Le 2014-03-12 13:40, Carlos Montiers a écrit :
Hello Im using the latest from git.
The lines is under the only one line in tccgen.c that have this code:
 tcc_error("invalid array size");

At this point vtop points to an SValue that correspond to the size of the array, not the array itself. That is why vtop->type.t is 0, it's just an int. Instead you can check the value of local_stack as is done few lines above.

Best regards,

Thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]