From a32c1e41cc28c5f7cd95191918cebd0e447a2fce Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 7 May 2014 18:30:52 +0100 Subject: py: Improve native emitter; now supports more opcodes. --- py/runtime0.h | 1 + 1 file changed, 1 insertion(+) (limited to 'py/runtime0.h') 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; -- cgit v1.2.3