commit | 0f570cfccf11b2e2fe76f3e973990896fca9b189 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Sun May 11 19:25:01 2014 +0300 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Sun May 11 20:51:31 2014 +0300 |
tree | 9d36063884501a69fa70aab49d9236b4d1ffd1f7 | |
parent | ff30666c69161e30ec5c44446b60042eb932619a [diff] [blame] |
showbc: Decode MAP_ADD.
diff --git a/py/showbc.c b/py/showbc.c index 48d5328..91b7572 100644 --- a/py/showbc.c +++ b/py/showbc.c
@@ -404,14 +404,10 @@ printf("STORE_MAP"); break; - /* case MP_BC_MAP_ADD: DECODE_UINT; - // I think it's guaranteed by the compiler that sp[unum + 1] is a map - rt_store_map(sp[unum + 1], sp[0], sp[1]); - sp += 2; + printf("MAP_ADD " UINT_FMT, unum); break; - */ case MP_BC_BUILD_SET: DECODE_UINT;