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

Fix PPC32 fault when timer-spr access #1910

Merged
merged 1 commit into from
Dec 10, 2023

Conversation

dotCirill
Copy link

Issue #1909

Access to TB, DEC (time-related) Special Purpose Registers led to crash.

spr_read_decr, spr_write_decr and others are changed to spr_read_generic and spr_write_decr.
So spr read/write won't call Qemu time-related functions.

Access to TB, DEC registers was lead to crash
spr_read_decr and others are changed to spr_read_generic
spr_write_decr and others are changed to spr_write_generic
@wtdcode wtdcode merged commit d17810f into unicorn-engine:dev Dec 10, 2023
29 checks passed
@wtdcode
Copy link
Member

wtdcode commented Dec 10, 2023

Thanks & welcome!

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

2 participants