77d76
< typedef TheISA::MachInst MachInst;
125c124
< MachInst inst;
---
> TheISA::MachInst inst;
126a126,128
> // current extended machine instruction
> TheISA::ExtMachInst extMachInst;
>