Esempio n. 1
0
 static Interrupts()
 {
     /*ExceptionMethods.InterruptsState = */ InterruptsExState = (ExceptionState *)FOS_System.Heap.AllocZeroed((uint)sizeof(ExceptionState), "Interrupts : Interrupts()");
 }
Esempio n. 2
0
 static Interrupts()
 {
     /*ExceptionMethods.InterruptsState = */InterruptsExState = (ExceptionState*)FOS_System.Heap.AllocZeroed((uint)sizeof(ExceptionState), "Interrupts : Interrupts()");
 }