Commit 4ad05694 by Richard Stallman

*** empty log message ***

From-SVN: r897
parent 985b3bdd
...@@ -1734,7 +1734,7 @@ simplify_cond (exp, insn_code, insn_index) ...@@ -1734,7 +1734,7 @@ simplify_cond (exp, insn_code, insn_index)
/* If test is true, make this value the default /* If test is true, make this value the default
and discard this + any following tests. */ and discard this + any following tests. */
len = i; len = i;
defval = tests[i]; defval = tests[i + 1];
new_defval = newval; new_defval = newval;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment