mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 23:28:41 +02:00
FpDebug: add {$else} for targets not matched by any of the ifdef
This commit is contained in:
parent
8cac6ebc6e
commit
4482e0ddb8
@ -44,6 +44,7 @@ begin
|
||||
{$elseif defined(CPUAARCH64)} mtARM64
|
||||
{$elseif defined(CPUARM)} mtARM
|
||||
{$elseif defined(CPUPOWERPC)} mtPPC
|
||||
{$else} mtNone
|
||||
{$endif};
|
||||
bitness := {$if defined(CPU64)} b64 {$elseif defined(CPU32)} b32 {$else} bNone {$endif};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user