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

map asm! ops to unimplemented! on non ARM targets #71

Merged
merged 2 commits into from
Dec 23, 2017

Conversation

japaric
Copy link
Member

@japaric japaric commented Dec 23, 2017

closes #63
cc @hannobraun

@japaric
Copy link
Member Author

japaric commented Dec 23, 2017

@homunkulus r+

@homunkulus
Copy link
Contributor

📌 Commit f79f4b7 has been approved by japaric

japaric pushed a commit that referenced this pull request Dec 23, 2017
map asm! ops to unimplemented! on non ARM targets

closes #63
cc @hannobraun
@homunkulus
Copy link
Contributor

⌛ Testing commit f79f4b7 with merge bdc7ca9...

@homunkulus
Copy link
Contributor

☀️ Test successful - status-travis
Approved by: japaric
Pushing bdc7ca9 to master...

@homunkulus homunkulus merged commit f79f4b7 into master Dec 23, 2017
@homunkulus homunkulus mentioned this pull request Dec 23, 2017
@japaric japaric deleted the unimplemented-asm branch December 23, 2017 18:05
@Rahix Rahix mentioned this pull request Aug 31, 2020
adamgreig pushed a commit that referenced this pull request Jan 12, 2022
81: Add a __pre_init function to be called at the start of the reset handler r=korken89 a=yodaldevoid

I needed this for a project so I went ahead and rebased and tweaked @jcsoo 's changes from #71. I will admit, I got a little impatient waiting and that also played into why I did this. If either @jcsoo or @japaric have an issue with this PR, please let me know and I will remove it. I apologize for toes that I have stepped on.

Now onto the PR. This is possibly the simplest implementation that is possible. No nightly features were used in this implementation. Also, there is no hand-holding for the end user; if they want to mess with uninitialized statics, that is on them.

If you would like me to add more documentation, please let me know what you would like to see.

Fixes #17 

Co-authored-by: Jonathan Soo <jcsoo@agora.com>
Co-authored-by: Gabriel Smith <ga29smith@gmail.com>
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