make native function support and start working on support for error catching

This commit is contained in:
William Bell
2025-08-06 22:31:31 +01:00
parent c567b59459
commit 4b6d15336a
9 changed files with 91 additions and 44 deletions

View File

@@ -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