Skip to content

Commit 0df7055

Browse files
tannewtdhalbert
andauthored
Update py/bc.h
Co-authored-by: Dan Halbert <[email protected]>
1 parent 8009c8c commit 0df7055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/bc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ static inline void mp_module_context_alloc_tables(mp_module_context_t *context,
310310
if (n_obj == 0) {
311311
context->constants.obj_table = NULL;
312312
} else {
313+
// CIRCUITPY-CHANGE
313314
context->constants.obj_table = m_malloc_items(n_obj);
314315
}
315316
#endif

0 commit comments

Comments
 (0)