summaryrefslogtreecommitdiffstats
path: root/target-i386/ops_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-i386/ops_template.h')
-rw-r--r--target-i386/ops_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/ops_template.h b/target-i386/ops_template.h
index e2bc1cf..d1df07f 100644
--- a/target-i386/ops_template.h
+++ b/target-i386/ops_template.h
@@ -502,7 +502,7 @@ void OPPROTO glue(glue(op_bsf, SUFFIX), _T0_cc)(void)
{
int count;
target_long res;
-
+
res = T0 & DATA_MASK;
if (res != 0) {
count = 0;
OpenPOWER on IntegriCloud