Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Addresses #58. Added functionality to dsra32 special case. #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fuzzywalls
Copy link

API functionality did to work as intended with an empty function.

…PI functionality did to work as intended with an empty function.
@beardypig beardypig requested a review from astrelsky May 15, 2021 20:20
Copy link
Contributor

@astrelsky astrelsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit conflicted with how it currently is and with the proposed changes. If this is encountered there would be pcode generated for this that will assign a value to the zero register. Removing the special case entirely would do what you intended as it would be covered by the dsra32 above. However, I think it is more effective to just turn it fully into a nop and put in the comment that it is really dsra32 zero, RTsrc, sa. Having it instead be a nop will prevent the unnecessary zero assignment and should prevent the problem with Rizzo.

@fuzzywalls
Copy link
Author

I'm running short on time, but this pull request is still in my queue. Will try to have it changed and tested before next week.

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

Successfully merging this pull request may close these issues.

3 participants