diff options
Diffstat (limited to 'libgloss/arm/trap.S')
-rw-r--r-- | libgloss/arm/trap.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/arm/trap.S b/libgloss/arm/trap.S index 9eb39069a..d854b57bb 100644 --- a/libgloss/arm/trap.S +++ b/libgloss/arm/trap.S @@ -1,6 +1,6 @@ #include "arm.h" /* Run-time exception support */ -#ifndef THUMB_V7_V6M +#ifndef PREFER_THUMB #include "swi.h" /* .text is used instead of .section .text so it works with arm-aout too. */ |