> On 05 Aug 2015, at 14:03, Stefan Weil <s...@weilnetz.de> wrote:
> 
> Fix sigsetjmp for w64
> http://repo.or.cz/w/qemu/ar7.git/commit/8fa9c07c9a33174905e67589bea6be3e278712cb


I tried to apply your patch to my branch and I got:

Running QEMU make install...
  CC    gnuarmeclipse-softmmu/cpu-exec.o
/Host/Work/qemu/gnuarmeclipse-qemu.git/cpu-exec.c:37:0: warning: "sigsetjmp" 
redefined
 #define sigsetjmp(env, savesigs) _setjmp(env, NULL)
 ^
In file included from 
/Host/Work/qemu/gnuarmeclipse-qemu.git/include/qemu-common.h:47:0,
                 from 
/Host/Work/qemu/gnuarmeclipse-qemu.git/target-arm/cpu.h:39,
                 from /Host/Work/qemu/gnuarmeclipse-qemu.git/cpu-exec.c:20:
/Host/Work/qemu/gnuarmeclipse-qemu.git/include/sysemu/os-win32.h:72:0: note: 
this is the location of the previous definition
 #define sigsetjmp(env, savemask) setjmp(env)
 ^


I did not check the latest version in the repository (waiting for 2.4), but 
could you verify, maybe a better location for your patch would be in os-win32.h?


Regards,

Liviu


Reply via email to