|
From: | Yaroslav Kavenchuk |
Subject: | Re: [Lightning] Re: lightning on mingw |
Date: | Thu, 22 May 2008 15:09:32 +0300 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; ru-RU; rv:1.8.1.9) Gecko/20071030 SeaMonkey/1.1.6 Mnenhy/0.7.5.0 |
Paolo Bonzini wrote:
What is `setjmp'? Function from <setjmp.h> or other? When first - from eval.i: = (((_ul )((int)(((unsigned long) ((setjmp)))))) - ((_ul)(_jit.x.pc)))It is function call? When not function - where it defined?I think the problem is that setjmp is a macro in mingw, or something like that.
Yes. #define setjmp(x) _setjmp(x) What should be? -- WBR, Yaroslav Kavenchuk.
[Prev in Thread] | Current Thread | [Next in Thread] |