Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vm/thread_nexus.cpp
Original file line number Diff line number Diff line change
@@ -104,6 +104,8 @@ namespace rubinius {
case ThreadNexus::cBlocking:
return "cBlocking";
}

return "cUnknown";
}

static void abort_deadlock(ThreadList& threads, VM* vm) {

0 comments on commit d43ae9c

Please sign in to comment.