Forráskód Böngészése

* mips and xtensa compilation fixed

git-svn-id: trunk@48928 -
florian 4 éve
szülő
commit
b7fe338bbe
1 módosított fájl, 10 hozzáadás és 0 törlés
  1. 10 0
      rtl/unix/cthreads.pp

+ 10 - 0
rtl/unix/cthreads.pp

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