commit | c4b3574402053a88612eab3b66a53825a00145a2 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Jul 28 16:44:50 2016 +0100 |
committer | Riku Voipio <riku.voipio@linaro.org> | Wed Sep 21 22:01:45 2016 +0300 |
tree | 548bb6cf90cc7762d4ec496a533e89b192d5b6f8 | |
parent | c599d4d6d6e9bfdb64e54c33a22cb26e3496b96d [diff] |
linux-user: Implement force_sigsegv() via force_sig() Now that we have a force_sig() with the semantics we need, we can implement force_sigsegv() to call it rather than open-coding the call to queue_signal(). Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>