Fix for travis build failure for needing to initialize the new field in Thread.

This commit is contained in:
Mike Jensen 2014-03-04 11:21:14 -07:00
parent d5e3acd7a5
commit d94fc8f009

View File

@ -52,7 +52,7 @@ class MyClasspath : public Classpath {
const unsigned NormalPriority = 5;
return vm::makeThread
(t, 0, 0, 0, 0, NewState, NormalPriority, 0, 0, 0,
(t, 0, 0, 0, 0, 0, NewState, NormalPriority, 0, 0, 0,
root(t, Machine::AppLoader), 0, 0, group, 0);
}