diff options
| author | bvernoux <bvernoux@gmail.com> | 2014-06-03 19:26:34 +0200 |
|---|---|---|
| committer | bvernoux <bvernoux@gmail.com> | 2014-06-03 19:26:34 +0200 |
| commit | 82560fce75ab0307182c943d564202e55fca6c09 (patch) | |
| tree | d20162c8647ddb2451fdb76024761821b43149e8 /py/bc.h | |
| parent | 0a1dbfe02f4a693c202b97aafcf0b5d0ba050812 (diff) | |
| parent | b294a7e3c9b84aad6c331128a51e0d69e7845141 (diff) | |
Merge branch 'master' of https://github.com/micropython/micropython
Diffstat (limited to 'py/bc.h')
| -rw-r--r-- | py/bc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ typedef struct _mp_code_state { mp_vm_return_kind_t mp_execute_bytecode(const byte *code, const mp_obj_t *args, uint n_args, const mp_obj_t *args2, uint n_args2, mp_obj_t *ret); mp_vm_return_kind_t mp_execute_bytecode2(mp_code_state *code_state, volatile mp_obj_t inject_exc); -void mp_bytecode_print(const byte *code, int len); +void mp_bytecode_print(const void *descr, const byte *code, int len); void mp_bytecode_print2(const byte *code, int len); // Helper macros to access pointer with least significant bit holding a flag |
