Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1567 → Rev 1660

/wmincrt/trunk/tests/stkchk/build.bat
0,0 → 1,3
wasm -q -d1 -DSTACKSTAT ..\..\startup.asm
wcc -q -os -d2 stkchk.c
wlink system dos com debug all option quiet option map name stkchk file startup,stkchk
/wmincrt/trunk/tests/stkchk/stkchk.c
0,0 → 1,7
/* This should trigger a stack overflow */
 
int main( void )
{
main();
return 0;
}