numCyclesMinusOne to numCycles in GekkoOPInfo

This commit is contained in:
booto
2014-04-30 19:04:02 +08:00
parent a40ea4e26a
commit 9892c8ea54
8 changed files with 243 additions and 243 deletions

View File

@ -78,7 +78,7 @@ struct GekkoOPInfo
const char *opname;
int type;
int flags;
int numCyclesMinusOne;
int numCycles;
u64 runCount;
int compileCount;
u32 lastUse;