Browse Source

+ added fpc_cpuinit, empty for now

git-svn-id: branches/i8086@23855 -
nickysn 12 years ago
parent
commit
1ced81c028
1 changed files with 4 additions and 0 deletions
  1. 4 0
      rtl/i8086/i8086.inc

+ 4 - 0
rtl/i8086/i8086.inc

@@ -13,3 +13,7 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
  **********************************************************************}
+
+procedure fpc_cpuinit;
+  begin
+  end;