Michael Matz wrote:
So let's find out what causes the difference: if you can send me ...

Well, see win32/lib/chkstk.S, at the bottom

    /* SEH on x86-64 not implemented */
;)

One could try the code below instead but I would need some time to
rethink how good it is.

--- grischka

    static LONG __stdcall catch_sig(EXCEPTION_POINTERS *ex_info)
    {
        return _XcptFilter(ex_info->ExceptionRecord->ExceptionCode, ex_info);
    }

    SetUnhandledExceptionFilter(catch_sig);


(I'm not currently setup to run Windows anywhere, so can't really help
debugging the problem any other way).


Ciao,
Michael.

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel




_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to