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

add ARM buildin setjmp/longjmp support #3

Merged
merged 2 commits into from
Sep 3, 2016
Merged

add ARM buildin setjmp/longjmp support #3

merged 2 commits into from
Sep 3, 2016

Conversation

xiaozhihong
Copy link

ARM支持, 还请指正

@winlinvip winlinvip changed the title add ARMv7 support add ARM support Sep 3, 2016
@winlinvip winlinvip changed the title add ARM support add ARM buildin setjmp/longjmp support Sep 3, 2016
.type _st_md_cxt_save, %function
.align 2
_st_md_cxt_save:
mov ip, r0 // r0为参数jmpbuf地址
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// r0 is the param jmpbuf ptr address.

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