* Removed svn:executable property from non-executable files
[fw/sdcc] / support / regression / ports / xa51 / support.c
old mode 100755 (executable)
new mode 100644 (file)
index 8b09191..85c9867
@@ -36,6 +36,11 @@ _putchar (char c)
   _endasm;
 }
 
+void
+_initEmu (void)
+{
+}
+
 void
 _exitEmu (void)
 {