42a43
> class ISA;
51c52
< Decoder() : instDone(false)
---
> Decoder(ISA* isa = nullptr) : instDone(false)