commit | 6d70b36b0207120461e586bf25d4e47baff1a0dc | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Sat Jun 03 00:31:40 2023 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Jun 13 11:28:58 2023 +0200 |
tree | 1608538b3560ff671c5408141583f17ba1ca4c7f | |
parent | 3b8484c5d20a06944ebb3335c2f5e8014a5bf855 [diff] |
target/i386/helper: Shuffle do_cpu_init() Move the #ifdef'ry inside do_cpu_init() instead of declaring an empty stub for user emulation. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230602224628.59546-3-philmd@linaro.org>