diff options
author | Teddy <[email protected]> | 2014-05-06 16:07:27 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-05-06 16:07:27 +0800 |
commit | 3888c5a2a7c1d026cd2698d64a5a07ce4797219c (patch) | |
tree | 064ea81db7283a22a996f175bab90ff46a842c6c | |
parent | daab2020818dbf235e207c140d3a67a2208385db (diff) |
more regs
-rw-r--r-- | ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2008,7 +2008,7 @@ int copr_comp(const void *a, const void *b) { } const int avail_regs[] = {8, 9, 10, 11, - 12, 13, /*14, 15, */ + 12, 13, 14, 15, 16, 17, 24, 25}; const int MAX_AVAIL_REGS = sizeof(avail_regs) / sizeof(avail_regs[0]); |