make native function support and start working on support for error catching
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
#define runtime_call_H
|
||||
#include "../runtime.h"
|
||||
|
||||
void run_call(Translated *translated, RuntimeState *state);
|
||||
ArErr run_call(Translated *translated, RuntimeState *state);
|
||||
|
||||
#endif // runtime_call_H
|
||||
Reference in New Issue
Block a user