Skip to content

Commit

Permalink
Fixed an erroneous assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickard-green authored and Erlang/OTP committed Feb 4, 2010
1 parent 57177e1 commit fad1a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/emulator/beam/erl_port_task.c
Expand Up @@ -575,7 +575,7 @@ erts_port_task_schedule(Eterm id,
}
#endif

ASSERT(!(runq->flags & ERTS_RUNQ_FLG_SUSPENDED));
ASSERT(!enq_port || !(runq->flags & ERTS_RUNQ_FLG_SUSPENDED));

ASSERT(pp->sched.taskq);
ASSERT(ptp);
Expand Down

0 comments on commit fad1a15

Please sign in to comment.