Fix sigsetjmp for w64
commit8fa9c07c9a33174905e67589bea6be3e278712cb
authorStefan Weil <sw@weilnetz.de>
Wed, 29 Jul 2015 18:13:23 +0000 (29 20:13 +0200)
committerStefan Weil <sw@weilnetz.de>
Wed, 29 Jul 2015 18:13:23 +0000 (29 20:13 +0200)
treeca591d3a46393a3591b5663c0dc1ed74d2a96e15
parent9060a45d6f6ee222b3cb9cf7ca4d1958402cc359
Fix sigsetjmp for w64

Latest mingw-w64 for Debian obviously gets the include files
(and thus the declaration of sigsetjmp) in the wrong order.

This results in executables which try to unwind the stack
when longjmp is called from generated code. They fail to
do so and crash.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
cpu-exec.c