| commit | 2beb871dc20b57fc4b1ec2285dfc2145baf9df80 | [log] [tgz] |
|---|---|---|
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Jan 21 12:12:21 2025 +0100 |
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Mar 06 15:46:18 2025 +0100 |
| tree | 43a078b6476a04928cc347deb01bb9238d9d9c48 | |
| parent | f821d894de2025611f2b19598fc4191ac4167ed9 [diff] |
hw/core/generic-loader: Do not open-code cpu_set_pc() Directly call cpu_set_pc() instead of open-coding it. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250122093028.52416-2-philmd@linaro.org>