xa51, work in progress
[fw/sdcc] / support / regression / ports / xa51 / support.c
index fa3f3cd47baa4be60ce5aeac895596b5b4b873c7..a725e4e51c77c2ebec1b6c8e661c6b66efb5d204 100755 (executable)
 
 #include <tinibios.h>
 
+void external_startup(void) {
+  return;
+}
+
 void
 _putchar (char c)
 {
+  c;
   _asm
     mov.b r0l,[r7+2]
     trap #0x0e