41a42
> class ISA;
50c51
< Decoder() : instDone(false)
---
> Decoder(ISA* isa = nullptr) : instDone(false)