X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2FOpLogic.cpp;h=b3e14a92191e9047fb08b76fd0eadd9bdb848e36;hb=fcf94fcc20e7bdd527a28fe8e1b265862b616016;hp=912d94bf773974beb62d1eb2a59d927e13adbf6d;hpb=8527dc450a96f7a292b7f302e8e55147628b6042;p=picodrive.git diff --git a/cpu/Cyclone/OpLogic.cpp b/cpu/Cyclone/OpLogic.cpp index 912d94b..b3e14a9 100644 --- a/cpu/Cyclone/OpLogic.cpp +++ b/cpu/Cyclone/OpLogic.cpp @@ -301,7 +301,7 @@ int OpSet(int op) { int cc=0,ea=0; int size=0,use=0,changed_cycles=0; - char *cond[16]= + static const char * const cond[16]= { "al","", "hi","ls","cc","cs","ne","eq", "vc","vs","pl","mi","ge","lt","gt","le"