mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 22:47:54 +02:00
Fix NDS RTL compilation for default armv4 CPU, which does not have CLZ instruction
git-svn-id: trunk@47027 -
This commit is contained in:
parent
1e4dc56155
commit
7e0c21fa5f
@ -26,7 +26,10 @@ interface
|
||||
{$define FPC_HAS_FEATURE_THREADING}
|
||||
|
||||
{$define CPUARM_HAS_UMULL}
|
||||
{$define CPUARM_HAS_CLZ}
|
||||
{$ifdef FPC_HAS_INTERNAL_BSR}
|
||||
{$define CPUARM_HAS_CLZ}
|
||||
{$endif def FPC_HAS_INTERNAL_BSR}
|
||||
|
||||
|
||||
{$i systemh.inc}
|
||||
{$i ndsbiosh.inc}
|
||||
|
Loading…
Reference in New Issue
Block a user