OSDN Git Service

target/hppa: Use IntervalTreeNode in HPPATLBEntry
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 27 Oct 2023 05:21:47 +0000 (22:21 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Nov 2023 02:49:33 +0000 (18:49 -0800)
commit66866cc74fc77e6f08eaeb1054bf1e2454fa4721
tree7ff52ab6741d2f3577d680006c2a86ba00301954
parent729cd3506dbf2dde010486de913eae56a615422c
target/hppa: Use IntervalTreeNode in HPPATLBEntry

Replace the va_b and va_b fields with the interval tree node.
The actual interval tree is not yet used.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/cpu.h
target/hppa/machine.c
target/hppa/mem_helper.c