mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 14:58:50 +00:00
file parser, file merge, callf command remove, SM fixes. todo: fix interpreter and analyzer with new algorithm
This commit is contained in:
parent
51381aea43
commit
343a21ee2d
8 changed files with 256 additions and 77 deletions
|
|
@ -255,7 +255,7 @@ static inline void **var_by_category(enum VarCategory category, size_t id) {
|
|||
// s.bf->global_area_size);
|
||||
}
|
||||
#endif
|
||||
var = s.stack + STACK_SIZE - 1 - id;
|
||||
var = s.bf->global_ptr + STACK_SIZE - 1 - id;
|
||||
break;
|
||||
case VAR_LOCAL:
|
||||
#ifndef WITH_CHECK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue