tcg/tci: Remove tci_write_reg
commit7e00a0800051655e6fdd85ad5dd6fcadafc2dc47
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 1 Feb 2021 21:30:30 +0000 (1 11:30 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 19 Jun 2021 15:51:39 +0000 (19 08:51 -0700)
treeb8d435d7bd9540cc6148be316d48e11064e97517
parentfc8ec9e12529eceac4eef483cdde52c14f3ca937
tcg/tci: Remove tci_write_reg

Inline it into its one caller, tci_write_reg64.
Drop the asserts that are redundant with tcg_read_r.

Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tci.c