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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

condvar - Mutex address should be passed in X0, not X1 #48

Closed
gdkchan opened this issue Feb 20, 2018 · 1 comment
Closed

condvar - Mutex address should be passed in X0, not X1 #48

gdkchan opened this issue Feb 20, 2018 · 1 comment

Comments

@gdkchan
Copy link
Contributor

gdkchan commented Feb 20, 2018

Inside condvar.c, it seems that the parameters for the svcWaitProcessWideKeyAtomic are swapped, the mutex address should be the first parameter, and the condvar tag pointer should be the second.

@plutooo
Copy link
Member

plutooo commented Feb 21, 2018

Damn, that's what happens when you eyeball and don't test. Thanks

@plutooo plutooo closed this as completed Feb 21, 2018
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