version 1.118 | | version 1.119 |
---|
| | |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: object.c,v 1.118 2006/01/01 20:36:07 akirschbaum Exp $"; | | * "$Id: object.c,v 1.119 2006/01/08 23:57:17 qal21 Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
LOG(llevError,"Object %s is freed but has speed.\n", op->name); | | LOG(llevError,"Object %s is freed but has speed.\n", op->name); |
#ifdef MANY_CORES | | #ifdef MANY_CORES |
abort(); | | abort(); |
#endif | | #else |
op->speed = 0; | | op->speed = 0; |
| | #endif |
} | | } |
if (arch_init) { | | if (arch_init) { |
return; | | return; |