commit | c9ad8d27caa01b13f01c22e04788f4e33068afb4 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Mar 08 12:24:41 2023 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 16 16:30:29 2023 -0700 |
tree | 1c879406015ec194a896eaa52a6fd8c69eea78fa | |
parent | a1429ca26e13bdfd10f16348c2d9e5d2a23c1377 [diff] |
tcg: Widen gen_insn_data to uint64_t We already pass uint64_t to restore_state_to_opc; this changes all of the other uses from insn_start through the encoding to decoding. Reviewed-by: Anton Johansson <anjo@rev.ng> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>