commit | e9150ea5231683c5a591a8e3ae120abd2c970707 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Jun 19 21:44:48 2021 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Jun 29 09:58:42 2021 -0700 |
tree | 6c6896a6012e8f97552287d0db1ee65fc12015c9 | |
parent | 438aabed0a44438c4a5f40d7abb3be2ffb0a8d48 [diff] |
target/nios2: Add DisasContextBase to DisasContext Migrate the is_jmp, tb and singlestep_enabled fields from DisasContext into the base. Use pc_first instead of tb->pc. Increment pc_next prior to decode, leaving the address of the current insn in dc->pc. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>