Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
5e3e2d00
Commit
5e3e2d00
authored
Apr 23, 2014
by
Paul Sokolovsky
Browse files
emitglue: Typo fix in var name.
parent
20e9ed39
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/emitglue.c
View file @
5e3e2d00
...
...
@@ -159,7 +159,7 @@ mp_obj_t mp_make_function_from_raw_code(mp_raw_code_t *rc, mp_obj_t def_args, mp
}
mp_obj_t
mp_make_closure_from_raw_code
(
mp_raw_code_t
*
rc
,
uint
n_closed_over
,
const
mp_obj_t
*
args
)
{
DEBUG_OP_printf
(
"make_closure_from_raw_code %p %u %p
\n
"
,
rc
,
n_closed_over
,
arg
r
s
);
DEBUG_OP_printf
(
"make_closure_from_raw_code %p %u %p
\n
"
,
rc
,
n_closed_over
,
args
);
// make function object
mp_obj_t
ffun
;
if
(
n_closed_over
&
0x100
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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