-
Notifications
You must be signed in to change notification settings - Fork 15
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
support6800/__abx.s The subscript calculation of the local array of char is wrong #171
Comments
In the code before and after abx, unnecessary pshb/pulb are generated. I am also looking for the cause of this.
|
Regarding the pshb/pulb issue before and after abx, When make_local_ptr is called, it is not determined whether ld will follow. I was able to confirm that psh/pul disappears with the following duty hack, but it is not pretty.
|
Done the fix. Need to think about the rest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test program:
executed, error 4 occurs.
patch.
The text was updated successfully, but these errors were encountered: