Re: [Qemu-devel] [PATCH] tci: Fix broken build (regression)

2013-01-19 Thread Blue Swirl
Thanks, applied. On Sat, Jan 19, 2013 at 7:23 PM, Stefan Weil wrote: > > s390x-linux-user now also uses GETPC. Instead of adding it to the list of > targets which use GETPC, the macro is now defined unconditionally. > > This avoids future build regressions like this one: > > CCs390x-linux-u

[Qemu-devel] [PATCH] tci: Fix broken build (regression)

2013-01-19 Thread Stefan Weil
s390x-linux-user now also uses GETPC. Instead of adding it to the list of targets which use GETPC, the macro is now defined unconditionally. This avoids future build regressions like this one: CCs390x-linux-user/target-s390x/int_helper.o cc1: warnings being treated as errors qemu/target-s39