WindowsXP/base/ntos/init/i386/_excptlst.asm
2025-04-27 07:49:33 -04:00

15 lines
397 B
NASM

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