OSDN Git Service

target/i386/helper: Shuffle do_cpu_init()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 2 Jun 2023 22:31:40 +0000 (00:31 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 13 Jun 2023 09:28:58 +0000 (11:28 +0200)
commit6d70b36b0207120461e586bf25d4e47baff1a0dc
tree1608538b3560ff671c5408141583f17ba1ca4c7f
parent3b8484c5d20a06944ebb3335c2f5e8014a5bf855
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>
target/i386/helper.c