summaryrefslogblamecommitdiffstats
path: root/private/ntos/rtl/i386/exsup.asm
blob: cfa02a6fb04c3b82565a5bea56cc7c6c8cb020fc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                   
        title  "Public Constant (__except_list) Definition"

.386p
.xlist
include ks386.inc
include callconv.inc                    ; calling convention macros
include mac386.inc
.list

COMM    __setjmpexused:dword

public __except_list
__except_list equ 0

END