Home
last modified time | relevance | path

Searched hist:d63e3b6e694ad6c887be135dddb9cd4893f1a844 (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.cd63e3b6e694ad6c887be135dddb9cd4893f1a844 Sat Mar 16 17:48:02 UTC 2019 Richard Henderson <richard.henderson@linaro.org> tcg: Assert fixed_reg is read-only

The only fixed_reg is cpu_env, and it should not be modified
during any TB. Therefore code that tries to special-case moves
into a fixed_reg is dead. Remove it.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>