(x86/Sparc/PPC)-user: fix cpu_copy
commitb4558d7481aefc865b0b52bf9b285ebcf2e8b59f
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 7 Nov 2009 16:34:12 +0000 (7 16:34 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 7 Nov 2009 16:34:12 +0000 (7 16:34 +0000)
tree2155e2db703ec3d511fa81a6eee4f333a18ceed6
parent4a6435639781214a14f3c6054955e5ef16298d72
(x86/Sparc/PPC)-user: fix cpu_copy

b55a37c981914aa8ecd21b9a2a2fb37f39b917c5 moved the call to cpu_reset
to user emulators. But cpu_copy also initializes a CPU structure, so add the
call also there.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
linux-user/syscall.c