-
Notifications
You must be signed in to change notification settings - Fork 80
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
Static instances of objects cause incorrect parameter counts. #14
Labels
Milestone
Comments
charsleysa
added a commit
to charsleysa/MOSA-Project
that referenced
this issue
Feb 16, 2014
Closes the following issues on github: mosa#14 mosa#15 Closes the following issues on mosa-project.org: http://www.mosa-project.org/issues/44
Closed by #16. |
Reopened (unfixed). Since the previous fix was discarded, I will create another pull request with this fix. |
Closed due to the issue not being related to this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When declaring an object as a static field within itself and initializing it, it will fail to pass all parameters, it always misses the last parameter.
The following code will reproduce the bug in Explorer:
The text was updated successfully, but these errors were encountered: