target/ppc: Reduce the size of ppc_spr_t
commit72369f5c959bfdade757d89248b260bc6c648130
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 May 2021 02:29:23 +0000 (30 19:29 -0700)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 4 May 2021 03:12:59 +0000 (4 13:12 +1000)
tree5ac0a803b9945203fcadbaac546eca1d1b674cef
parent61135639821566fe347332e8a01812df2fdd0237
target/ppc: Reduce the size of ppc_spr_t

We elide values when registering sprs, we might as well
save space in the array as well.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210501022923.1179736-3-richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu.h