commit | b277cdd20baf6d8579aa5a874f713f9e19833c9f | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Jan 03 11:01:53 2025 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 16 20:57:16 2025 -0800 |
tree | 3e948061cc7bb5b64002e191ee8a66327e722b72 | |
parent | ed1a653bad46752c4c4ceb2ada774dff7cd79e81 [diff] |
tcg: Validate op supported in opcode_args_ct We should have checked that the op is supported before emitting it. The backend cannot be expected to have a constraint set for unsupported ops. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>