Skip to content
Snippets Groups Projects
Commit e6777248 authored by Alexander Graf's avatar Alexander Graf Committed by Tom Rini
Browse files

arm: Fix setjmp


The setjmp/longjmp implementation did not work on thumb1 implementations
because it used instruction encodings that don't exist on thumb1 yet.

This patch limits itself to thumb1 instruction set for 32bit arm and
removes a superfluous printf along the way.

Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent 71423435
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment