mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:47:56 +02:00
* disable assembler versions of string routines for arm thumb
git-svn-id: trunk@23998 -
This commit is contained in:
parent
93fcd9152e
commit
c0dda2ab77
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user