diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-02-03 21:33:16 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-02-04 15:24:15 -0600 |
commit | b22dd1243f38286263d40496ce5298a8a7d96eea (patch) | |
tree | 6d3b5fa643572ba3a2392bccf74f6f2b1501a049 /pc-bios | |
parent | 0123c486367ab77c3c5ed349616a862eb474a03f (diff) |
target-s390x: Fix wrong comparison in interrupt handling
gcc with -Wextra complains about an ordered pointer comparison:
target-s390x/helper.c:660:27: warning:
ordered comparison of pointer with integer zero [-Wextra]
Obviously the index was missing in the code.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'pc-bios')
0 files changed, 0 insertions, 0 deletions