-
Notifications
You must be signed in to change notification settings - Fork 7
Fix brsc and suppress warnings #16
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
Conversation
|
This fixes an assertion (regarding the |
|
@milica-lazarevic should be created against |
farazs-github
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR contains a lot of duplicate changes from PR #10
Yes, but the PR was not merged with the |
Added isBarier flag to definition of BRSC_NM. Suppressed warnings during build: - Reordered NanoMipsJumpTableInfo constructor parameters. - Added override identifier to use useIPRA.
c9bf9da to
dc3caf8
Compare
farazs-github
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
cme
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
| bool JIT); | ||
|
|
||
| bool useIPRA() const { | ||
| bool useIPRA() const override { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I have kept meaning to do this for a very long time :D
Fix brsc and suppress warnings
Fix brsc and suppress warnings
Added isBarier flag to definition of BRSC_NM.
Suppressed warnings during build: