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

Only read exception flag in gdb register read/write. #85

Merged
merged 1 commit into from
Dec 30, 2016

Conversation

bacam
Copy link
Contributor

@bacam bacam commented Dec 30, 2016

The flag is 32 bits, and if we read 64/128 bits then we get fragments of
S1 too and can accidentally send an error. Fixes #84.

The flag is 32 bits, and if we read 64/128 bits then we get fragments of
S1 too and can accidentally send an error.  Fixes riscv-software-src#84.
@bacam
Copy link
Contributor Author

bacam commented Dec 30, 2016

I've successfully run the 64 bit tests on this.

@bacam bacam mentioned this pull request Dec 30, 2016
@timsifive
Copy link
Collaborator

Looks great! Thank you!

Andrew, can I merge things like this or would you like to do it?

@aswaterman
Copy link
Collaborator

I'll merge it while I'm here (but you should feel free to merge similar PRs). Thanks @bacam @timsifive

@aswaterman aswaterman merged commit f38dcde into riscv-software-src:master Dec 30, 2016
aswaterman pushed a commit that referenced this pull request Jan 17, 2017
The flag is 32 bits, and if we read 64/128 bits then we get fragments of
S1 too and can accidentally send an error.  Fixes #84.
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

Successfully merging this pull request may close these issues.

None yet

3 participants