1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 03:29:39 +00:00
cc65/libsrc/common/sigtable.s

25 lines
486 B
ArmAsm
Raw Normal View History

;
; Ullrich von Bassewitz, 2002-12-16
;
; Signal vector table
;
.export sigtable
.include "signal.inc"
;----------------------------------------------------------------------------
;
.data
sigtable:
2022-08-28 20:37:33 +00:00
.word ___sig_dfl ; SIGABRT
.word ___sig_dfl ; SIGFPE
.word ___sig_dfl ; SIGILL
.word ___sig_dfl ; SIGINT
.word ___sig_dfl ; SIGSEGV
.word ___sig_dfl ; SIGTERM