diff --git a/src/machine.cpp b/src/machine.cpp index 84a34caf67..d2d225e7e5 100644 --- a/src/machine.cpp +++ b/src/machine.cpp @@ -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(); }