qemu-patch-raspberry4/hw/sd
Peter Maydell 8827b0fb66 sd/pl181.c: Avoid undefined shift behaviour in RWORD macro
Add a cast to avoid potentially shifting into the sign bit of
a signed value, which is undefined behaviour in C.

(Detected with clang's -fsanitize=undefined.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1372341831-4264-1-git-send-email-peter.maydell@linaro.org
2013-07-15 16:17:30 +01:00
..
Makefile.objs
milkymist-memcard.c hw/s*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
omap_mmc.c memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00
pl181.c sd/pl181.c: Avoid undefined shift behaviour in RWORD macro 2013-07-15 16:17:30 +01:00
pxa2xx_mmci.c memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00
sd.c
sdhci.c hw/s*: pass owner to memory_region_init* functions 2013-07-04 17:42:48 +02:00
sdhci.h
ssi-sd.c