commit | 338b61e9e96445d1dc386d812a81de3309ecb66c | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Apr 08 17:28:07 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Fri May 05 17:21:03 2023 +0100 |
tree | ae85cef76818e63708ef032ecbba31e6b35c6013 | |
parent | 2528f771f8250b8414482c5b0a1c7a2f5577ff9e [diff] |
tcg: Replace REG_P with arg_loc_reg_p An inline function is safer than a macro, and REG_P was rather too generic. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>