40a41
> class ISA;
49c50
< Decoder() : instDone(false)
---
> Decoder(ISA* isa = nullptr) : instDone(false)