Commit 98eaa66f by Steven Bosscher

typo fix

From-SVN: r204759
parent d7b6661b
...@@ -8619,7 +8619,7 @@ ready_remove_first_dispatch (struct ready_list *ready) ...@@ -8619,7 +8619,7 @@ ready_remove_first_dispatch (struct ready_list *ready)
{ {
insn = ready_element (ready, i); insn = ready_element (ready, i);
if (! INSN_P (insn) if (!INSN_P (insn)
|| INSN_CODE (insn) < 0 || INSN_CODE (insn) < 0
|| !active_insn_p (insn)) || !active_insn_p (insn))
continue; continue;
......
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