svp compiler: more ops, idle detection
[picodrive.git] / Pico / carthw / svp / ssp16.c
index b2de459..ea0529f 100644 (file)
 }
 
 
-static ssp1601_t *ssp = NULL;
+#ifndef EMBED_INTERPRETER
+static
+#endif
+ssp1601_t *ssp = NULL;
 static unsigned short *PC;
 static int g_cycles;