commit | 0368d8d189af0444cd818f4f695beb1d94706f44 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Jan 21 12:11:35 2025 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Sun Mar 09 17:00:47 2025 +0100 |
tree | 7873c2586d53ce6502fc594ea3a00e8673d5eb50 | |
parent | 4c5c410ceb4e039a49a120a436cc6183831a778b [diff] |
gdbstub: Prefer cached CpuClass over CPU_GET_CLASS() macro CpuState caches its CPUClass since commit 6fbdff87062 ("cpu: cache CPUClass in CPUState for hot code paths"), use it. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20250122093028.52416-9-philmd@linaro.org>