mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
showbc: Dump YIELD_FROM.
This commit is contained in:
@@ -394,6 +394,10 @@ void mp_byte_code_print(const byte *ip, int len) {
|
|||||||
printf("YIELD_VALUE");
|
printf("YIELD_VALUE");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case MP_BC_YIELD_FROM:
|
||||||
|
printf("YIELD_FROM");
|
||||||
|
break;
|
||||||
|
|
||||||
case MP_BC_IMPORT_NAME:
|
case MP_BC_IMPORT_NAME:
|
||||||
DECODE_QSTR;
|
DECODE_QSTR;
|
||||||
printf("IMPORT_NAME %s", qstr_str(qstr));
|
printf("IMPORT_NAME %s", qstr_str(qstr));
|
||||||
|
|||||||
Reference in New Issue
Block a user