Ypsilon.Emulation.Processor.YCPU.Interrupt_DoubleFault C# (CSharp) Метод

Interrupt_DoubleFault() приватный Метод

private Interrupt_DoubleFault ( ushort opcode ) : void
opcode ushort
Результат void
        private void Interrupt_DoubleFault(ushort opcode)
        {
            Interrupt(Interrupts.DoubleFault, opcode);
        }