fix thinko in machine.cpp

This commit is contained in:
Joel Dice 2011-10-03 08:04:58 -06:00
parent db9f9a300d
commit 248ff26581

View File

@ -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);