commit | 24638bd17df4bdd7d54634dd5f6a5e8ec1282dc8 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Apr 06 10:59:02 2024 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Apr 09 07:45:09 2024 -1000 |
tree | 73e4653fa5e526db31387c5528750aa2ea502ecb | |
parent | 4642250e3c4c00495c0902ff8f32559ad99ce130 [diff] |
target/hppa: Use insn_start from DisasContextBase To keep the multiple update check, replace insn_start with insn_start_updated. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>