Browse Source

* use heapmgr to make more test programs work with avrsim

git-svn-id: trunk@30753 -
florian 10 năm trước cách đây
mục cha
commit
8de58f5db2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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';