aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-sparc/op.c')
-rw-r--r--target-sparc/op.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target-sparc/op.c b/target-sparc/op.c
index 834173097..683de5ada 100644
--- a/target-sparc/op.c
+++ b/target-sparc/op.c
@@ -1285,7 +1285,7 @@ void OPPROTO op_eval_be(void)
void OPPROTO op_eval_ble(void)
{
target_ulong Z = FLAG_SET(PSR_ZERO), N = FLAG_SET(PSR_NEG), V = FLAG_SET(PSR_OVF);
-
+
T2 = Z | (N ^ V);
}
@@ -1373,7 +1373,7 @@ void OPPROTO op_eval_xbe(void)
void OPPROTO op_eval_xble(void)
{
target_ulong Z = XFLAG_SET(PSR_ZERO), N = XFLAG_SET(PSR_NEG), V = XFLAG_SET(PSR_OVF);
-
+
T2 = Z | (N ^ V);
}