コード例 #1
0
 static Interrupts()
 {
     /*ExceptionMethods.InterruptsState = */ InterruptsExState = (ExceptionState *)FOS_System.Heap.AllocZeroed((uint)sizeof(ExceptionState), "Interrupts : Interrupts()");
 }
コード例 #2
0
ファイル: Interrupts.cs プロジェクト: rmhasan/FlingOS
 static Interrupts()
 {
     /*ExceptionMethods.InterruptsState = */InterruptsExState = (ExceptionState*)FOS_System.Heap.AllocZeroed((uint)sizeof(ExceptionState), "Interrupts : Interrupts()");
 }