diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-12-04 17:37:35 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-12-04 18:36:22 +0000 |
commit | bc7b5b18b033e9579334947fd891fd37923554cc (patch) | |
tree | b79601e7bc09391e16de98bb1a55202e7eb0147a /mips-dis.c | |
parent | fa943a982a2b1703e51eaedee243a0c40da1a55c (diff) | |
download | qemu-bc7b5b18b033e9579334947fd891fd37923554cc.tar.gz qemu-bc7b5b18b033e9579334947fd891fd37923554cc.tar.bz2 qemu-bc7b5b18b033e9579334947fd891fd37923554cc.zip |
Fix mingw32 and OpenBSD warnings
ffsl() is not universally available, so there are these warnings
on both mingw32 and OpenBSD:
/src/qemu/hw/pcie_aer.c: In function 'pcie_aer_update_log':
/src/qemu/hw/pcie_aer.c:399: warning: implicit declaration of function 'ffsl'
Since status field in PCIEAERErr is uint32_t, we can just use ffs() instead.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'mips-dis.c')
0 files changed, 0 insertions, 0 deletions