diff --git a/plat/linuxppc/emu/emu.c b/plat/linuxppc/emu/emu.c index 31bb7f1b7..29404390c 100644 --- a/plat/linuxppc/emu/emu.c +++ b/plat/linuxppc/emu/emu.c @@ -58,7 +58,7 @@ static bool getcr(uint8_t bit) static void setcr(uint8_t bit, bool value) { bit = 31 - bit; /* note PowerPC bit numbering */ - cpu.cr = cpu.cr & (1<