diff options
Diffstat (limited to 'py/bc.h')
| -rw-r--r-- | py/bc.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -93,4 +93,5 @@ #define PYBC_IMPORT_FROM (0xe1) #define PYBC_IMPORT_STAR (0xe2) -py_obj_t py_execute_byte_code(const byte *code, uint len, 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); +bool py_execute_byte_code_2(const byte *code, const byte **ip_in_out, py_obj_t *fastn, py_obj_t **sp_in_out); |
