Explorar o código

* disable assembler versions of string routines for arm thumb

git-svn-id: trunk@23998 -
florian %!s(int64=12) %!d(string=hai) anos
pai
achega
c0dda2ab77
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      rtl/arm/strings.inc

+ 2 - 0
rtl/arm/strings.inc

@@ -15,6 +15,7 @@
 
  **********************************************************************}
 
+{$ifndef CPUTHUMB}
 {$ifndef FPC_UNIT_HAS_STRUPPER}
 {$define FPC_UNIT_HAS_STRUPPER}
 function strupper(p : pchar) : pchar;assembler;nostackframe;
@@ -74,3 +75,4 @@ asm
         b       .LByteLoop
 end;
 {$endif FPC_UNIT_HAS_STRLOWER}
+{$endif CPUTHUMB}