use __sig_ign and __sig_dft instead of _sig_ign and _sig_dft
This commit is contained in:
@@ -33,9 +33,9 @@ _raise:
|
||||
; introduce race conditions, but it's the simplest way to satisfy the
|
||||
; standard).
|
||||
|
||||
lda #<__sig_dfl
|
||||
lda #<___sig_dfl
|
||||
sta sigtable,x
|
||||
lda #>__sig_dfl
|
||||
lda #>___sig_dfl
|
||||
sta sigtable+1,x
|
||||
|
||||
; Restore the signal number and call the function
|
||||
|
||||
Reference in New Issue
Block a user