commit | 00a9d138b2e66c9e144d30f52ed9dfe8863a6143 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Sat Apr 12 00:32:38 2014 +0300 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Sat Apr 12 00:39:55 2014 +0300 |
tree | c1dfb3434d414b76ea5a42e5ae664a55810e986e | |
parent | af620abcb576c80553ac8b8bbdfd5ba66c091e34 [diff] [blame] |
showbc: Dump LOAD_NULL.
diff --git a/py/showbc.c b/py/showbc.c index c1e420f..8d6e867 100644 --- a/py/showbc.c +++ b/py/showbc.c
@@ -106,6 +106,10 @@ printf("LOAD_CONST_STRING %s", qstr_str(qstr)); break; + case MP_BC_LOAD_NULL: + printf("LOAD_NULL"); + break; + case MP_BC_LOAD_FAST_0: printf("LOAD_FAST_0"); break;