mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-21 09:02:00 -06:00
target/ppc: Remove vscr_nj and vscr_sat
These macros are no longer used. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: David Gibson <david@gibson.dropbear.id.au> Message-Id: <20190215100058.20015-12-mark.cave-ayland@ilande.co.uk> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
c5ba06a391
commit
be13d3026a
1 changed files with 0 additions and 2 deletions
|
@ -689,8 +689,6 @@ enum {
|
||||||
/* Vector status and control register */
|
/* Vector status and control register */
|
||||||
#define VSCR_NJ 16 /* Vector non-java */
|
#define VSCR_NJ 16 /* Vector non-java */
|
||||||
#define VSCR_SAT 0 /* Vector saturation */
|
#define VSCR_SAT 0 /* Vector saturation */
|
||||||
#define vscr_nj (((env->vscr) >> VSCR_NJ) & 0x1)
|
|
||||||
#define vscr_sat (((env->vscr) >> VSCR_SAT) & 0x1)
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* BookE e500 MMU registers */
|
/* BookE e500 MMU registers */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue