Add ir_call call to represent function calls.
This commit is contained in:
@@ -725,7 +725,7 @@ ast_function_expression::hir(exec_list *instructions,
|
||||
*/
|
||||
(void) instructions;
|
||||
(void) state;
|
||||
return NULL;
|
||||
return ir_call::get_error_instruction();
|
||||
}
|
||||
|
||||
ir_instruction *
|
||||
|
Reference in New Issue
Block a user