mirror of
https://github.com/corda/corda.git
synced 2025-06-23 01:19:00 +00:00
Fix for travis build failure for needing to initialize the new field in Thread.
This commit is contained in:
@ -52,7 +52,7 @@ class MyClasspath : public Classpath {
|
|||||||
const unsigned NormalPriority = 5;
|
const unsigned NormalPriority = 5;
|
||||||
|
|
||||||
return vm::makeThread
|
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);
|
root(t, Machine::AppLoader), 0, 0, group, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user