Make structure equal to dllitf.h

Fixes bug 840
This commit is contained in:
Holger Vogt 2026-05-22 21:15:50 +02:00
parent 8b32c743ae
commit 1ec7f8168f
1 changed files with 10 additions and 5 deletions

View File

@ -56,6 +56,12 @@ struct coreInfo_t coreInfo =
cm_message_send,
cm_netlist_get_c,
cm_netlist_get_l,
cm_irreversible,
cm_get_node_name,
cm_get_neg_node_name,
cm_probe_node,
cm_schedule_output,
cm_getvar,
cm_complex_set,
cm_complex_add,
cm_complex_subtract,
@ -73,7 +79,7 @@ struct coreInfo_t coreInfo =
txfree,
tmalloc,
trealloc,
txfree
txfree,
#else
GC_malloc,
tcalloc,
@ -81,15 +87,14 @@ struct coreInfo_t coreInfo =
no_free,
GC_malloc,
GC_realloc,
no_free
no_free,
#endif
cexit,
#ifdef KLU
,
MIFbindCSC,
MIFbindCSCComplex,
MIFbindCSCComplexToReal
MIFbindCSCComplexToReal,
#endif
,
MIFnoise,
cm_noise_add_source
};