Skip to content

Commit 444b7bd

Browse files
vtjnashKristofferC
authored andcommitted
restore kwcall_mt optimizations (#48672)
Deleted in cbfdb3f, probably by accident. Refs #48670. (cherry picked from commit afeda9f)
1 parent 5eca00d commit 444b7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/staticdata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ extern "C" {
9898
// TODO: put WeakRefs on the weak_refs list during deserialization
9999
// TODO: handle finalizers
100100

101-
#define NUM_TAGS 158
101+
#define NUM_TAGS 159
102102

103103
// An array of references that need to be restored from the sysimg
104104
// This is a manually constructed dual of the gvars array, which would be produced by codegen for Julia code, for C.

0 commit comments

Comments
 (0)