arm: Use ARM code on Thumb 1 targets

Update #3093.
This commit is contained in:
Sebastian Huber
2017-08-10 09:03:36 +02:00
parent a95d909878
commit 0daa8ab825

View File

@@ -47,7 +47,7 @@
.syntax unified
.section .text
#ifdef __thumb__
#ifdef __thumb2__
FUNCTION_THUMB_ENTRY(_CPU_Context_validate)
#else
FUNCTION_ENTRY(_CPU_Context_validate)