commit | dc21331e67486782dc573285061fbeedce219c64 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Jan 10 19:01:31 2025 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Jan 31 19:05:38 2025 +0100 |
tree | 51f94a0c2bb4248ff1c680380a2fead8b3ca97b4 | |
parent | 871af84dd599fab68c8ed414d9ecbdb2bcfc5801 [diff] |
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>