当前位置: 代码迷 >> 综合 >> sub eax, _PAGESIZE; decrease by PAGESIZE test dword ptr [eax],eax ; probe page
  详细解决方案

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

热度:62   发布时间:2023-12-15 04:16:32.0
; Find next lower page and probe
cs20:sub     eax, _PAGESIZE_         ; decrease by PAGESIZEtest    dword ptr [eax],eax     ; probe page.jmp     short cs10_chkstk endpend

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

  相关解决方案