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 initialization of T2 in eater systick code #163

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

rweather
Copy link
Contributor

@rweather rweather commented Sep 1, 2023

Fix a bug in the intialization of T2 in the eater backend's systick code. I was loading 0 into A to store into VIA_ACR but wasn't actually storing it. It probably "just worked" because the register's value at reset time is 0 anyway, but best to be clean about it.

@mysterymath mysterymath merged commit 2cd51f1 into llvm-mos:main Sep 1, 2023
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.

2 participants