From 40fdfe3000b1fa7f8ceb7546df93911e14e2db98 Mon Sep 17 00:00:00 2001 From: Damien Date: Tue, 5 Nov 2013 22:16:22 +0000 Subject: Improve allocation of stack for byte code. --- py/bc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/bc.h') diff --git a/py/bc.h b/py/bc.h index dc2de2f22..c29817150 100644 --- a/py/bc.h +++ b/py/bc.h @@ -94,5 +94,5 @@ #define PYBC_IMPORT_FROM (0xe1) #define PYBC_IMPORT_STAR (0xe2) -py_obj_t py_execute_byte_code(const byte *code, const py_obj_t *args, uint n_args); +py_obj_t py_execute_byte_code(const byte *code, const py_obj_t *args, uint n_args, uint n_state); bool py_execute_byte_code_2(const byte **ip_in_out, py_obj_t *fastn, py_obj_t **sp_in_out); -- cgit v1.2.3