Am 15.04.2012 20:02, schrieb Blue Swirl:
On Sun, Apr 15, 2012 at 17:47, Stefan Weil wrote:
Am 15.04.2012 19:18, schrieb Blue Swirl:
On Sun, Apr 15, 2012 at 17:09, Stefan Weil wrote:
Am 15.04.2012 19:02, schrieb Blue Swirl:
On Sun, Apr 15, 2012 at 14:13, Stefan Weil wrote:
The default
On Sun, Apr 15, 2012 at 17:47, Stefan Weil wrote:
> Am 15.04.2012 19:18, schrieb Blue Swirl:
>
>> On Sun, Apr 15, 2012 at 17:09, Stefan Weil wrote:
>>>
>>> Am 15.04.2012 19:02, schrieb Blue Swirl:
>>>
On Sun, Apr 15, 2012 at 14:13, Stefan Weil wrote:
>
>
> The default definition
Am 15.04.2012 19:18, schrieb Blue Swirl:
On Sun, Apr 15, 2012 at 17:09, Stefan Weil wrote:
Am 15.04.2012 19:02, schrieb Blue Swirl:
On Sun, Apr 15, 2012 at 14:13, Stefan Weil wrote:
The default definition of setjmp which is implemented in MinGW-w64
cannot be used with programs like QEMU wh
On Sun, Apr 15, 2012 at 17:09, Stefan Weil wrote:
> Am 15.04.2012 19:02, schrieb Blue Swirl:
>
>> On Sun, Apr 15, 2012 at 14:13, Stefan Weil wrote:
>>>
>>> The default definition of setjmp which is implemented in MinGW-w64
>>> cannot be used with programs like QEMU which call longjmp from
>>> cod
Am 15.04.2012 19:02, schrieb Blue Swirl:
On Sun, Apr 15, 2012 at 14:13, Stefan Weil wrote:
The default definition of setjmp which is implemented in MinGW-w64
cannot be used with programs like QEMU which call longjmp from
code without structured exception handling (SEH).
We're currently compil
On Sun, Apr 15, 2012 at 14:13, Stefan Weil wrote:
> The default definition of setjmp which is implemented in MinGW-w64
> cannot be used with programs like QEMU which call longjmp from
> code without structured exception handling (SEH).
We're currently compiling QEMU with -no-seh, is that correct
The default definition of setjmp which is implemented in MinGW-w64
cannot be used with programs like QEMU which call longjmp from
code without structured exception handling (SEH).
This code therefore disables stack unwinding.
We could also implement SEH for QEMU's generated JIT code, but
that is