1
0
mirror of https://github.com/cahirwpz/libnix.git synced 2025-12-08 14:58:56 +00:00
Files
amiga-libnix2/sources/stack/stkovf.c
2014-01-05 20:02:29 +01:00

12 lines
166 B
C

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