Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 704 → Rev 705

/programs/develop/open watcom/trunk/clib/crt/stkwnt.asm
68,7 → 68,7
_quif ae ; - ...
sub eax,esp ; - calculate new low point
neg eax ; - calc what new SP would be
cmp eax,_STACKLOW ; - quit if too much
cmp eax,[_STACKLOW] ; - quit if too much
_quif be ; - ...
call __GRO ; - return
ret