Unexpected assembly output when passing a structure by value

后端 未结 0 1388
长情又很酷
长情又很酷 2021-01-24 02:10

I\'m currently researching the passing of structs by value. I have following code:

typedef struct s2{
    double d1;
    double d2;
    int a;
}S2;

void f_(S2 s)         


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