forked from KolibriOS/kolibrios
Add struct EXCEPT_STACK
git-svn-id: svn://kolibrios.org@9975 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
fe0bd82114
commit
a0d93dfb0c
@ -7,6 +7,14 @@
|
|||||||
|
|
||||||
$Revision$
|
$Revision$
|
||||||
|
|
||||||
|
struct EXCEPT_STACK
|
||||||
|
RegEIP dd ?
|
||||||
|
ExcCode dd ? ; only exception 12 overflow stack
|
||||||
|
OldESP dd ?
|
||||||
|
RegCR2 dd ?
|
||||||
|
LockAccess dd ?
|
||||||
|
ends
|
||||||
|
|
||||||
align 4 ;3A08
|
align 4 ;3A08
|
||||||
build_interrupt_table:
|
build_interrupt_table:
|
||||||
mov edi, idts
|
mov edi, idts
|
||||||
|
Loading…
Reference in New Issue
Block a user