aboutsummaryrefslogtreecommitdiff
path: root/ssa.c
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-06 16:07:27 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-06 16:07:27 +0800
commit3888c5a2a7c1d026cd2698d64a5a07ce4797219c (patch)
tree064ea81db7283a22a996f175bab90ff46a842c6c /ssa.c
parentdaab2020818dbf235e207c140d3a67a2208385db (diff)
more regs
Diffstat (limited to 'ssa.c')
-rw-r--r--ssa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssa.c b/ssa.c
index 423ef0a..b0ea04b 100644
--- a/ssa.c
+++ b/ssa.c
@@ -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]);