59a60
> class ISA;
145a147,148
> virtual TheISA::ISA *getIsaPtr() = 0;
>
408a412,413
> TheISA::ISA *getIsaPtr() { return actualTC->getIsaPtr(); }
>