Why 'rbp' of a frame is not matching 'rsp' of previous frame?

前端 未结 0 1789
清酒与你
清酒与你 2020-12-12 03:43
#include 

int
funcB(int *ret)
{
    int x = 10;
    x += *ret;;
    printf("%d\\n", x);
    return 0;
}

int
funcA(int x, int y)
{
    int          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题