Browse Source

* use heapmgr to make more test programs work with avrsim

git-svn-id: trunk@30753 -
florian 10 years ago
parent
commit
8de58f5db2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/embedded/avr/avrsim.pp

+ 1 - 1
rtl/embedded/avr/avrsim.pp

@@ -19,7 +19,7 @@ unit avrsim;
   implementation
 
     uses
-      consoleio;
+      consoleio,heapmgr;
 
     procedure PASCALMAIN; external name 'PASCALMAIN';