mirror of
https://github.com/corda/corda.git
synced 2025-01-31 16:35:43 +00:00
fix thinko in machine.cpp
This commit is contained in:
parent
db9f9a300d
commit
248ff26581
@ -2566,7 +2566,7 @@ Thread::init()
|
|||||||
|
|
||||||
enter(this, ActiveState);
|
enter(this, ActiveState);
|
||||||
|
|
||||||
if (image and image) {
|
if (image and code) {
|
||||||
m->processor->boot(this, image, code);
|
m->processor->boot(this, image, code);
|
||||||
} else {
|
} else {
|
||||||
boot(this);
|
boot(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user