mirror of
https://github.com/cahirwpz/libnix.git
synced 2025-12-08 14:58:56 +00:00
12 lines
166 B
C
12 lines
166 B
C
#include "bases.h"
|
|
|
|
asm(
|
|
" .text;"
|
|
" .even;"
|
|
" .globl ___stkovf;"
|
|
|
|
"___stkovf:;"
|
|
" clrl "A4(___stk_limit)";" /* generate no more stackoverflows */
|
|
" jra __XCOVF;"
|
|
);
|