showbc: Decode MAP_ADD.
This commit is contained in:
parent
ff30666c69
commit
0f570cfccf
@ -404,14 +404,10 @@ void mp_bytecode_print2(const byte *ip, int len) {
|
|||||||
printf("STORE_MAP");
|
printf("STORE_MAP");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/*
|
|
||||||
case MP_BC_MAP_ADD:
|
case MP_BC_MAP_ADD:
|
||||||
DECODE_UINT;
|
DECODE_UINT;
|
||||||
// I think it's guaranteed by the compiler that sp[unum + 1] is a map
|
printf("MAP_ADD " UINT_FMT, unum);
|
||||||
rt_store_map(sp[unum + 1], sp[0], sp[1]);
|
|
||||||
sp += 2;
|
|
||||||
break;
|
break;
|
||||||
*/
|
|
||||||
|
|
||||||
case MP_BC_BUILD_SET:
|
case MP_BC_BUILD_SET:
|
||||||
DECODE_UINT;
|
DECODE_UINT;
|
||||||
|
Loading…
Reference in New Issue
Block a user