*** empty log message ***

From-SVN: r897
This commit is contained in:
Richard Stallman 1992-05-05 03:40:23 +00:00
parent 985b3bdde0
commit 4ad05694ea

View File

@ -1734,7 +1734,7 @@ simplify_cond (exp, insn_code, insn_index)
/* If test is true, make this value the default
and discard this + any following tests. */
len = i;
defval = tests[i];
defval = tests[i + 1];
new_defval = newval;
}