Skip to content

Commit e45778b

Browse files
committed
fix
1 parent 6798366 commit e45778b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/specialize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ set_cache_verison(uint16_t *old_version, uint32_t new_version)
699699
}
700700
return 1;
701701
#else
702-
write_u32(cache, new_version);
702+
write_u32(old_version, new_version);
703703
return 1;
704704
#endif
705705
}

0 commit comments

Comments
 (0)