I added some code to push args but its not working
This commit is contained in:
@ -143,6 +143,9 @@ void emit_release(TableNode * pointer);
|
||||
void emit_field_access(char* result, char* record, char* field);
|
||||
void emit_array_access(Op op, TableNode * result, TNodeOrConst * array, TNodeOrConst * index);
|
||||
void emit_bounds_check(TNodeOrConst * index, TNodeOrConst * arr);
|
||||
void emit_goto(int i);
|
||||
void emit_detach();
|
||||
void emit_push_all(Stack * s);
|
||||
|
||||
|
||||
int getLabel(Instruction * i);
|
||||
|
Reference in New Issue
Block a user