50a51,59
> void
> X86ISA::IntDev::init()
> {
> if (!intPort) {
> panic("Int port not connected to anything!");
> }
> intPort->sendStatusChange(Port::RangeChange);
> }
>