sim: make compile on FreeBSD prior to 11
authorBjoern A. Zeeb <baz21@cam.ac.uk>
Sun, 3 Sep 2017 17:00:44 +0000 (17:00 +0000)
committerB.A. Zeeb <baz21@cam.ac.uk>
Wed, 27 Sep 2017 20:44:12 +0000 (20:44 +0000)
commite4c60aa0c1952ea0ee22bc122dcc4b83e6527ee1
treee753fce5b27b926b47e7cfc29f715ca827371aa0
parent6c7d8c9967609b3b2bbba1ba2e97700696af6cf3
sim: make compile on FreeBSD prior to 11

FreeBSD before the early 11 development is expecting a char *
for stack.ss_sp rather than the standards compliant void *.
Catch that case and allow gem5 to compile on old FreeBSD versions.

Change-Id: Ic0ae560b52bfe5b3905ae87df791d349e053ec97
Reviewed-on: https://gem5-review.googlesource.com/4660
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/sim/init_signals.cc