OSDN Git Service

tcg/tci: Rename tci_read_r to tci_read_rval
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 31 Jan 2021 23:25:23 +0000 (13:25 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 17 Mar 2021 13:24:44 +0000 (07:24 -0600)
commitadaa9a2f9a05211a432e521b0b6a9a7b10190cfd
tree1829b153c50988d2258d0452185ba377b40e4be4
parentdbcbda2cd846ab70bb25418f246604d0b546505f
tcg/tci: Rename tci_read_r to tci_read_rval

In the next patches, we want to use tci_read_r to return
the raw register number.  So rename the existing function,
which returns the register value, to tci_read_rval.

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