SVC: Difference between revisions

Guiand (talk | contribs)
BreakReason enum
Line 1,019: Line 1,019:
| KERNEL4
| KERNEL4
| 4
| 4
|}
== enum BreakReason ==
{| class="wikitable" border="1"
! Break Reason
! Value
|-
| PANIC
| 0
|-
| ASSERT
| 1
|-
| USER
| 2
|}
|}