diff options
author | Damien George <damien.p.george@gmail.com> | 2014-05-07 18:30:52 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-05-07 18:30:52 +0100 |
commit | a32c1e41cc28c5f7cd95191918cebd0e447a2fce (patch) | |
tree | cc6a7b0c47d4ad2e96c8142a73a6eaaf77f6fa34 /py/runtime0.h | |
parent | 36db6bcf54fd32a247c85719832a9cf43e124ab5 (diff) |
py: Improve native emitter; now supports more opcodes.
Diffstat (limited to 'py/runtime0.h')
-rw-r--r-- | py/runtime0.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/runtime0.h b/py/runtime0.h index 9d5945656..ccc33f3d5 100644 --- a/py/runtime0.h +++ b/py/runtime0.h @@ -121,6 +121,7 @@ typedef enum { MP_F_IMPORT_ALL, MP_F_NEW_SLICE, MP_F_UNPACK_SEQUENCE, + MP_F_UNPACK_EX, MP_F_NUMBER_OF, } mp_fun_kind_t; |