41a42
> class ISA;
51c52
< Decoder() : instDone(false), asi(0)
---
> Decoder(ISA* isa = nullptr) : instDone(false), asi(0)