trap: use SIGILL instead of SIGSEGV
authorBernhard Urban <lewurm@gmail.com>
Wed, 18 Apr 2012 10:40:14 +0000 (12:40 +0200)
committerBernhard Urban <lewurm@gmail.com>
Wed, 18 Apr 2012 10:57:00 +0000 (12:57 +0200)
commitefcf93f38698c9f8043f896007bfb9d40c72f0a5
treef38806019094b64c14fc126885ccf29a1a3d6439
parenta8ecda83bc1c29a3bbafdc356e3ec070549e2529
trap: use SIGILL instead of SIGSEGV

therefore we can use SIGSEGV for other things (e.g. exception handling)
Mate/X86CodeGen.hs
ffi/trap.c