68a69
> #include "sim/system.hh"
442a444,454
> System *
> convertToSystemPtr(SimObject *obj)
> {
> System *ptr = dynamic_cast<System *>(obj);
>
> if (ptr == NULL)
> warn("Casting to System pointer failed");
> return ptr;
> }
>
>