sim, x86: Make clone a virtual function
authorSean Wilson <spwilson2@wisc.edu>
Wed, 28 Jun 2017 19:21:29 +0000 (14:21 -0500)
committerSean Wilson <spwilson2@wisc.edu>
Mon, 17 Jul 2017 15:16:32 +0000 (15:16 +0000)
commit352c1ad7147bfb84a9c7aea57152e41c63d22397
treeaefdb516cd9fef1b5d8cabe2a4d1d5be0c6b242f
parentc305e150048b2ac92891b1054f0c65a6c3374e90
sim, x86: Make clone a virtual function

This fixes the function call to clone in syscall_emul.hh where
the x86 version should be called before the base implementation
of clone.

Change-Id: Iccd2f680ff6e3a5536037d688a80ab3f236bbd98
Signed-off-by: Sean Wilson <spwilson2@wisc.edu>
Reviewed-on: https://gem5-review.googlesource.com/3902
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
src/arch/x86/process.hh
src/sim/process.hh