oops
This commit is contained in:
@@ -249,6 +249,7 @@ static noom_Exit noomC_compile_expr(
|
|||||||
const char *varname = parser->code + node->source_offset;
|
const char *varname = parser->code + node->source_offset;
|
||||||
noom_uint_t namelen = noomL_tokenlen(parser->code, node->source_offset, parser->version);
|
noom_uint_t namelen = noomL_tokenlen(parser->code, node->source_offset, parser->version);
|
||||||
if((result = noomC_identifyLocal(compiler, &info, varname, namelen))) return result;
|
if((result = noomC_identifyLocal(compiler, &info, varname, namelen))) return result;
|
||||||
|
compiler->curstack++;
|
||||||
|
|
||||||
switch(info.type) {
|
switch(info.type) {
|
||||||
case NOOMC_LOCAL:
|
case NOOMC_LOCAL:
|
||||||
|
|||||||
Reference in New Issue
Block a user