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