Browse Source

human68k: disable tinyheap, as there's some memory trashing going on with it, and use the regular one for now

Karoly Balogh 1 year ago
parent
commit
0b65c173b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/human68k/system.pp

+ 1 - 1
rtl/human68k/system.pp

@@ -20,7 +20,7 @@ interface
 {$define FPC_STDOUT_TRUE_ALIAS}
 {$define FPC_STDOUT_TRUE_ALIAS}
 {$define FPC_ANSI_TEXTFILEREC}
 {$define FPC_ANSI_TEXTFILEREC}
 {$define FPC_SYSTEM_EXIT_NO_RETURN}
 {$define FPC_SYSTEM_EXIT_NO_RETURN}
-{$define FPC_HUMAN68K_USE_TINYHEAP}
+{$.define FPC_HUMAN68K_USE_TINYHEAP}
 
 
 {$ifdef FPC_HUMAN68K_USE_TINYHEAP}
 {$ifdef FPC_HUMAN68K_USE_TINYHEAP}
 {$define HAS_MEMORYMANAGER}
 {$define HAS_MEMORYMANAGER}