Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
c2a4cb4f
Commit
c2a4cb4f
authored
Mar 22, 2014
by
Damien George
Browse files
Merge branch 'master' of github.com:micropython/micropython
parents
fb25c2d9
da8d21e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/showbc.c
View file @
c2a4cb4f
...
...
@@ -394,6 +394,10 @@ void mp_byte_code_print(const byte *ip, int len) {
printf
(
"YIELD_VALUE"
);
break
;
case
MP_BC_YIELD_FROM
:
printf
(
"YIELD_FROM"
);
break
;
case
MP_BC_IMPORT_NAME
:
DECODE_QSTR
;
printf
(
"IMPORT_NAME %s"
,
qstr_str
(
qstr
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment