target/hppa: Avoid tcg_const_i64 in trans_fid_f
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 23:01:12 +0000 (13:01 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:44:37 +0000 (06:44 -0700)
commita300dad3e8e4eda8addc5f308c8ff1941f0221be
tree71c54c97e5af86c4ef13b3f2af02fa2c4563930c
parentab554f17a109bd23713ccdf9473c4bcdf999eebe
target/hppa: Avoid tcg_const_i64 in trans_fid_f

Use a C test instead of a pre-processor test for the id.
Use tcg_constant_i64 instead of tcg_const_i64.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c