commit | b3a62939561e07bc34493444fa926b6137cba4e8 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Sep 18 14:12:53 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Tue Feb 09 10:19:32 2016 +1100 |
tree | 102ae797802cb815eba8865980b4be3e9bffc145 | |
parent | e1ccc05444676b92c63708096e36582be27fbee1 [diff] |
tcg: Change ts->mem_reg to ts->mem_base Chain the temporaries together via pointers intstead of indices. The mem_reg value is now mem_base->reg. This will be important later. This does require that the frame pointer have a global temporary allocated for it. This is simple bar the existing reserved_regs check. Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>