* src/pic/gen.h: Q&D solution for the bug, found by Jim Paris
[fw/sdcc] / src / regression / create_stc
index 6684058fd9e0e98d833502f3903367c4089e9bfa..4e59f4ae074987a4613850c6182c91a16c5f0f3e 100755 (executable)
@@ -9,8 +9,7 @@ if [ $# -lt 2 ] ; then
 fi
 
 
-echo "load s $1" > $2
-echo "break e _done" >> $2
+echo "load $1" > $2
 echo "run" >> $2
-echo "x _failures" >> $2
-echo "abort_gpsim_now" >> $2
+echo "symbol _failures" >> $2
+echo "quit" >> $2