* configure.in: added missing mcs51 in status output
[fw/sdcc] / support / regression / ports / xa51 / support.c
index 8b0919175f2a10777a2ce695f34702ddec64a819..85c986762089ab186b00549de727eb48dfc74331 100755 (executable)
@@ -36,6 +36,11 @@ _putchar (char c)
   _endasm;
 }
 
+void
+_initEmu (void)
+{
+}
+
 void
 _exitEmu (void)
 {