OSDN Git Service

target/xtensa: use tcg_contatnt_* for numeric literals
authorMax Filippov <jcmvbkbc@gmail.com>
Thu, 21 Apr 2022 20:27:27 +0000 (13:27 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Fri, 6 May 2022 22:27:40 +0000 (15:27 -0700)
commit2b570a178a59338ad7512478c7dda06f07658506
tree0278d841c743224562394f0b589365bd8440f35a
parent0269a6cf4ebff2eb6d8f893a5179be818efa90c2
target/xtensa: use tcg_contatnt_* for numeric literals

Replace tcg_const_* for numeric literals with tcg_constant_*.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/translate.c