On Mon, Oct 16, 2017 at 10:25:36 -0700, Richard Henderson wrote: > For multi-threaded tcg we have one TCGContext per thread. With that, > plus static cpu_* variables, we need the translators to handle indicies.
s/indicies/indices/ > We transform those to "arguments" at opcode generating time. > > For now, that transformation is a no-op. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> Reviewed-by: Emilio G. Cota <c...@braap.org> E.