mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
showbc: Dump LOAD_NULL.
This commit is contained in:
@@ -106,6 +106,10 @@ void mp_byte_code_print(const byte *ip, int len) {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user