target/xtensa: Remove target_ulong use in xtensa_tr_translate_insn()
Since commit 85c19af63e ("include/exec: Use vaddr in DisasContextBase
for virtual addresses") the DisasContextBase::pc_first field is a
vaddr type.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20251008051529.86378-2-philmd@linaro.org>
This commit is contained in:
parent
2b6cea17be
commit
fead65d205
1 changed files with 1 additions and 1 deletions
|
|
@ -1166,7 +1166,7 @@ static void xtensa_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu)
|
|||
{
|
||||
DisasContext *dc = container_of(dcbase, DisasContext, base);
|
||||
CPUXtensaState *env = cpu_env(cpu);
|
||||
target_ulong page_start;
|
||||
vaddr page_start;
|
||||
|
||||
/* These two conditions only apply to the first insn in the TB,
|
||||
but this is the first TranslateOps hook that allows exiting. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue