sub eax, _PAGESIZE; decrease by PAGESIZE test dword ptr [eax],eax ; probe page

; Find next lower page and probe
cs20:
        sub     eax, _PAGESIZE_         ; decrease by PAGESIZE
        test    dword ptr [eax],eax     ; probe page.
        jmp     short cs10

_chkstk endp

        end

申请的栈空间太大,减小栈空间的申请就可以了,或者修改VS的设置。
在这里插入图片描述

posted @ 2019-06-07 09:24  老耗子  阅读(119)  评论(0编辑  收藏  举报