Added some regression tests from patch #2321830
[fw/sdcc] / support / regression / ports / ds390 / support.c
index a4f29b1895c3e7012b866dad879fea3151773388..f582f22fbd224ef49b8dccf3e4f3430a1c4c2daa 100644 (file)
@@ -30,9 +30,16 @@ _putchar (char c)
   Serial0PutChar (c);
 }
 
+void
+_initEmu (void)
+{
+}
+
 void
 _exitEmu (void)
 {
+  Serial0PutChar (' '); /* wait for the last character to be transmitted */
+                       /* before hitting the breakpoint */
   * (char idata *) 0 = * (char xdata *) 0x7654;
 }