Fix crash if no avian.boostrap is specified (oops)

This commit is contained in:
Alexey Pelykh 2013-01-31 22:10:42 +02:00
parent ba0ec3759d
commit 3287b1354a

View File

@ -3023,7 +3023,7 @@ Machine::Machine(System* system, Heap* heap, Finder* bootFinder,
not system->success(system->make(&referenceLock)) or
not system->success(system->make(&shutdownLock)) or
not system->success
(system->load(&libraries, bootstrapProperty)))
(system->load(&libraries, bootstrapPropertyDup)))
{
system->abort();
}