mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04: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:
parent
385760631f
commit
d95259bdaa
5 changed files with 20 additions and 16 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue