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的设置。
sub     eax, _PAGESIZE; decrease by PAGESIZE         test    dword ptr [eax],eax ; probe page