For debug tracing, list the cards before and after udevice replacements.
This commit is contained in:
parent
de2dc6f1d5
commit
93d067775f
|
|
@ -8287,6 +8287,7 @@ static void rem_double_braces(struct card* newcard)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef INTEGRATE_UDEVICES
|
#ifdef INTEGRATE_UDEVICES
|
||||||
|
/* #define TRACE */
|
||||||
#ifdef TRACE
|
#ifdef TRACE
|
||||||
static void list_the_cards(struct card *startcard, char *prefix)
|
static void list_the_cards(struct card *startcard, char *prefix)
|
||||||
{
|
{
|
||||||
|
|
@ -8519,7 +8520,7 @@ static struct card *pspice_compat(struct card *oldcard)
|
||||||
#endif
|
#endif
|
||||||
ucard = u_instances(newcard);
|
ucard = u_instances(newcard);
|
||||||
#ifdef TRACE
|
#ifdef TRACE
|
||||||
list_the_cards(oldcard, "After udevices");
|
list_the_cards(newcard, "After udevices");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue