Selaa lähdekoodia

* link always against sysbase on arm-gba, fake_heap_end is used in the syste unit, resolves #21005

git-svn-id: trunk@19987 -
florian 13 vuotta sitten
vanhempi
commit
aa564b4b69
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      rtl/gba/system.pp

+ 2 - 0
rtl/gba/system.pp

@@ -66,6 +66,8 @@ procedure randomize(value: integer);
 
 implementation
 
+{$linklib sysbase}
+
 {$define fpc_softfpu_implementation}
   {$i softfpu.pp}
 {$undef fpc_softfpu_implementation}