mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 17:48:46 +02:00
* mips and xtensa compilation fixed
git-svn-id: trunk@48928 -
This commit is contained in:
parent
b4d37f78ac
commit
b7fe338bbe
@ -165,6 +165,16 @@ Type PINTRTLEvent = ^TINTRTLEvent;
|
||||
threadvarblocksize:=align(threadvarblocksize,16);
|
||||
{$endif cpuriscv}
|
||||
|
||||
{$ifdef cpumips}
|
||||
{$define threadvarblocksize_set}
|
||||
threadvarblocksize:=align(threadvarblocksize,16);
|
||||
{$endif cpumips}
|
||||
|
||||
{$ifdef cpuxtensa}
|
||||
{$define threadvarblocksize_set}
|
||||
threadvarblocksize:=align(threadvarblocksize,16);
|
||||
{$endif cpuxtensa}
|
||||
|
||||
{$ifndef threadvarblocksize_set}
|
||||
{$error threadvarblocksize must be set! }
|
||||
{$endif threadvarblocksize_set}
|
||||
|
Loading…
Reference in New Issue
Block a user