Skip to content

Commit d43ae9c

Browse files
committedDec 31, 2015
Satisfy gcc 4.8.4.
1 parent d265ed9 commit d43ae9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎vm/thread_nexus.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ namespace rubinius {
104104
case ThreadNexus::cBlocking:
105105
return "cBlocking";
106106
}
107+
108+
return "cUnknown";
107109
}
108110

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

0 commit comments

Comments
 (0)
Please sign in to comment.