]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tci.c
tcg/tci: Inline tci_write_reg64 into 64-bit callers
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Jan 2021 05:35:07 +0000 (19:35 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 Feb 2021 20:24:14 +0000 (10:24 -1000)
commit5410e4347b7914aa1f2aa29120cd976a9acd5b1d
treeaf72efa4a12b181e0271a2281bffda4a5b465e58
parent85bbbf7088dae27a110d6669801694af127c5158
tcg/tci: Inline tci_write_reg64 into 64-bit callers

Note that we had two functions of the same name: a 32-bit version
which took two register numbers and a 64-bit version which was a
no-op wrapper for tcg_write_reg.  After this, we are left with
only the 32-bit version.

Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tci.c