Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

ABI problem #42

Open
huangguiyang opened this issue Aug 16, 2017 · 2 comments
Open

ABI problem #42

huangguiyang opened this issue Aug 16, 2017 · 2 comments

Comments

@huangguiyang
Copy link

struct S {
    int a, b;
};
void bar(struct S);
void foo() {
    struct S s;
    bar(s);
}

According to the amd64 ABI锛宼he whole s is passed by register rdi. 馃槖

@wgtdkp
Copy link
Owner

wgtdkp commented Aug 16, 2017

yes, I passed its address~~~~~

@wgtdkp
Copy link
Owner

wgtdkp commented Aug 16, 2017

It is tooooooooo complicate of AMD64 ABI to pass a struct......

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants