windows-nt/Source/XPSP1/NT/base/ntos/init/i386/_excptlst.asm

15 lines
383 B
NASM
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
page ,132
title excptlist - defines some public constants
;***
;Stolen from dllsupp.asm in the CRT's.
;
;*******************************************************************************
; offset, with respect to FS, of pointer to currently active exception handler.
; referenced by compiler generated code for SEH and by _setjmp().
public __except_list
__except_list equ 0
end