commit fa298cc9e14e1a6a54bf3403a177c34c6b2ca488 parent 7333826bcee4a111933d602c076516e434e5d6aa Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Wed, 30 Sep 2015 11:25:33 -0400 use more machine registers Diffstat:
| M | lisc/lisc.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisc/lisc.h b/lisc/lisc.h @@ -44,7 +44,7 @@ enum Reg { Tmp0, /* first non-reg temporary */ - NReg = RDX - RAX + 1, + NReg = RBX - RAX + 1, NRSave = 9, NRClob = 5, };