* disable assembler versions of string routines for arm thumb

git-svn-id: trunk@23998 -
This commit is contained in:
florian 2013-03-25 17:54:32 +00:00
parent 93fcd9152e
commit c0dda2ab77

View File

@ -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}