Browse Source

Initialize pointer

pre-master-46
Jim Monte 6 years ago
committed by Holger Vogt
parent
commit
ed8221afde
  1. 5
      src/xspice/icm/dlmain.c

5
src/xspice/icm/dlmain.c

@ -40,8 +40,9 @@ Evt_Udn_Info_t *cmEVTudns[] = {
int cmEVTudnCNT = sizeof(cmEVTudns)/sizeof(Evt_Udn_Info_t *)-1; int cmEVTudnCNT = sizeof(cmEVTudns)/sizeof(Evt_Udn_Info_t *)-1;
// Pointer to core info structure containing pointers to core functions.
struct coreInfo_t *coreitf;
/* Instantiation of pointer to core info structure containing pointers
* to core functions. */
struct coreInfo_t *coreitf = (struct coreInfo_t *) NULL;
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save