Files
amiga-libnix2/libnix/sources/stack/stkovf.c
T
2004-09-12 01:16:36 +00:00

12 lines
166 B
C
Executable File

#include "bases.h"
asm(
" .text;"
" .even;"
" .globl ___stkovf;"
"___stkovf:;"
" clrl "A4(___stk_limit)";" /* generate no more stackoverflows */
" jra __XCOVF;"
);