mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-22 11:52:37 +01:00
gcc 4.2 warning fixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@501 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user