]> git.proxmox.com Git - mirror_qemu.git/commit
target/openrisc: Keep SR_F in a separate variable
authorRichard Henderson <rth@twiddle.net>
Wed, 18 Feb 2015 19:45:54 +0000 (11:45 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 13 Feb 2017 21:14:59 +0000 (08:14 +1100)
commit84775c43f390d4f5dd9adf8732e7e0b6deed8f61
tree56b0df7c4bfbcbafb342b4d3f7fb8c862ad2431e
parentcf2ae4428f320f3d8027a50c1cd45f4b5a6c93bb
target/openrisc: Keep SR_F in a separate variable

This avoids having to keep merging and extracting the flag from SR.

Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Richard Henderson <rth@twiddle.net>
linux-user/elfload.c
linux-user/main.c
target/openrisc/cpu.h
target/openrisc/gdbstub.c
target/openrisc/interrupt.c
target/openrisc/interrupt_helper.c
target/openrisc/machine.c
target/openrisc/sys_helper.c
target/openrisc/translate.c