mirror of
https://github.com/corda/corda.git
synced 2025-01-19 03:06:36 +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);
|
||||
|
||||
if (image and image) {
|
||||
if (image and code) {
|
||||
m->processor->boot(this, image, code);
|
||||
} else {
|
||||
boot(this);
|
||||
|
Loading…
Reference in New Issue
Block a user