idle loop hack, psp bugfix, plat debug str
[picodrive.git] / cpu / Cyclone / OpLogic.cpp
index 912d94b..b3e14a9 100644 (file)
@@ -301,7 +301,7 @@ int OpSet(int op)
 {\r
   int cc=0,ea=0;\r
   int size=0,use=0,changed_cycles=0;\r
-  char *cond[16]=\r
+  static const char * const cond[16]=\r
   {\r
     "al","", "hi","ls","cc","cs","ne","eq",\r
     "vc","vs","pl","mi","ge","lt","gt","le"\r