标题:the value of esp was not properly saved
取消只看楼主
baiqilinux
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2017-9-16
 问题点数:0 回复次数:0 
the value of esp was not properly saved
__declspec(naked) HRESULT WINAPI OTest(LPDIRECT3DDEVICE9 m_pDevice, D3DPRIMITIVETYPE type, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT primCount)
{
    __asm
    {
        mov edi, edi
        push ebp
        mov ebp, esp
        mov eax, jmpto
        jmp eax
    }
}


当我调用这个函数的时候会提示the value of esp was not properly saved .jmpto 这个是指向一个函数的地址,哪位大神可以帮我看看是什么问题吗?
搜索更多相关主题的帖子: the value not mov 函数 
2017-09-16 11:19



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-480741-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.274688 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved