commit | 187f44d9da0ca8ac08451f03f62b259080596570 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 28 14:54:16 2021 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Fri Feb 05 10:24:14 2021 -1000 |
tree | 690efddf00e1b64d7b373d78c55ef37728317142 | |
parent | f6ff97ab565d4aa779ae3e07e8c5f13e7495a005 [diff] |
tcg/tci: Restrict TCG_TARGET_NB_REGS to 16 As noted in several comments, 8 regs is not enough for 32-bit to perform calls, as currently implemented. Shortly, we will rearrange the encoding which will make 32 regs impossible. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>