Skip to content

Commit 272694d

Browse files
tannewtdhalbert
andauthored
Update py/emitbc.c
Co-authored-by: Dan Halbert <[email protected]>
1 parent 734e986 commit 272694d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/emitbc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ struct _emit_t {
7676
};
7777

7878
emit_t *emit_bc_new(mp_emit_common_t *emit_common) {
79+
// CIRCUITPY-CHANGE
7980
emit_t *emit = m_new_struct_with_collect(emit_t, 1);
8081
emit->emit_common = emit_common;
8182
return emit;

0 commit comments

Comments
 (0)