summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--op_string.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/op_string.h b/op_string.h
index 66945b92e9..79bc11e1a7 100644
--- a/op_string.h
+++ b/op_string.h
@@ -2,7 +2,6 @@
void OPPROTO glue(glue(op_movs, SUFFIX), STRING_SUFFIX)(void)
{
int v, inc;
- inc = (DF << SHIFT);
v = glue(ldu, SUFFIX)(SI_ADDR);
glue(st, SUFFIX)(DI_ADDR, v);
inc = (DF << SHIFT);