diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-01-10 19:01:31 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-01-31 19:05:38 +0100 |
commit | dc21331e67486782dc573285061fbeedce219c64 (patch) | |
tree | 51f94a0c2bb4248ff1c680380a2fead8b3ca97b4 /scripts/qapi/features.py | |
parent | 871af84dd599fab68c8ed414d9ecbdb2bcfc5801 (diff) | |
download | qemu-dc21331e67486782dc573285061fbeedce219c64.zip qemu-dc21331e67486782dc573285061fbeedce219c64.tar.gz qemu-dc21331e67486782dc573285061fbeedce219c64.tar.bz2 |
hw/rx/rx-gdbsim: Remove unnecessary uses of &first_cpu
rx_gdbsim_init() has access to the single CPU via:
RxGdbSimMachineState {
RX62NState {
RXCPU cpu;
...
} mcu;
} s;
Directly use that instead of the &first_cpu global.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250110180442.82687-1-philmd@linaro.org>
Diffstat (limited to 'scripts/qapi/features.py')
0 files changed, 0 insertions, 0 deletions