summaryrefslogtreecommitdiffstatshomepage
path: root/py/bc.h
blob: 6a7b91690f6bb53046ff174288a8605764c15412 (plain) (blame)
1
2
mp_obj_t mp_execute_byte_code(const byte *code, const mp_obj_t *args, uint n_args, uint n_state);
bool mp_execute_byte_code_2(const byte *code_info, const byte **ip_in_out, mp_obj_t *fastn, mp_obj_t **sp_in_out);