Skip to content

Commit e2835c1

Browse files
committed
py: Oops, fix emitcpy to compile with latest changes.
1 parent b5fbd0b commit e2835c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/emitcpy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ STATIC void emit_cpy_load_const_verbatim_str(emit_t *emit, const char *str) {
230230
}
231231
}
232232

233-
STATIC void emit_cpy_load_fast(emit_t *emit, qstr qstr, int local_num) {
233+
STATIC void emit_cpy_load_fast(emit_t *emit, qstr qstr, uint id_flags, int local_num) {
234234
emit_pre(emit, 1, 3);
235235
if (emit->pass == PASS_3) {
236236
printf("LOAD_FAST %d %s\n", local_num, qstr_str(qstr));

0 commit comments

Comments
 (0)