diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-01-19 20:23:51 +0100 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2013-01-19 20:01:57 +0000 |
commit | b54c2873e731dd6fc81a4591cab909633b5a9eab (patch) | |
tree | f9d435768d8d4f27f6bc1223ba5025c2d0da1b97 /disas | |
parent | c36dd8a09fd8811ebcda453d80dc5f52402d691c (diff) | |
download | hqemu-b54c2873e731dd6fc81a4591cab909633b5a9eab.zip hqemu-b54c2873e731dd6fc81a4591cab909633b5a9eab.tar.gz |
tci: Fix broken build (regression)
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:
CC s390x-linux-user/target-s390x/int_helper.o
cc1: warnings being treated as errors
qemu/target-s390x/int_helper.c: In function ‘helper_divs32’:
qemu/target-s390x/int_helper.c:47: error: implicit declaration of function ‘GETPC’
qemu/target-s390x/int_helper.c:47: error: nested extern declaration of ‘GETPC’
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'disas')
0 files changed, 0 insertions, 0 deletions