mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
Fix for travis build failure for needing to initialize the new field in Thread.
This commit is contained in:
parent
d5e3acd7a5
commit
d94fc8f009
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user