]> git.proxmox.com Git - mirror_qemu.git/commit
target-microblaze: dec_store: Use bool instead of unsigned int
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Wed, 4 Apr 2018 11:55:48 +0000 (13:55 +0200)
committerEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Tue, 29 May 2018 07:33:40 +0000 (09:33 +0200)
commitb51b3d43deeb9880b383603806daedf125ae9cce
treed43d5223303de912fa667bb19ce0471701c3d452
parent8534063a38583f1e0458daf076154131a83fa0e0
target-microblaze: dec_store: Use bool instead of unsigned int

Use bool instead of unsigned int to represent flags.
Also, use extract32 instead of open coding the bit extract.

No functional change.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target/microblaze/translate.c