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 call to [get|record]_sp_limit for thumb arch #12824

Closed
bharrisau opened this issue Mar 11, 2014 · 1 comment
Closed

Fix call to [get|record]_sp_limit for thumb arch #12824

bharrisau opened this issue Mar 11, 2014 · 1 comment
Labels
A-codegen Area: Code generation

Comments

@bharrisau
Copy link
Contributor

Now with #12407 thumb is supported for rust_stack_exhausted(). This calls get_sp_limit() which calls the implementation in rt/arch/arm/record_sp.S. This code isn't supported for thumb targets though. The call should be returning *STACK_LIMIT for thumb.

@steveklabnik steveklabnik added the A-codegen Area: Code generation label Jan 23, 2015
@alexcrichton
Copy link
Member

We've since removed these functions from the runtime, so closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-codegen Area: Code generation
Projects
None yet
Development

No branches or pull requests

3 participants