We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b39ba6c + 1501452 commit 4405620Copy full SHA for 4405620
stdlib/public/runtime/ImageInspectionStatic.cpp
@@ -81,7 +81,7 @@ void swift::initializeAccessibleFunctionsLookup() {
81
MachOAccessibleFunctionsSection);
82
if (start == nullptr || size == 0)
83
return;
84
- addImageAccessibleFunctionBlockCallbackUnsafe(start, size);
+ addImageAccessibleFunctionsBlockCallbackUnsafe(start, size);
85
}
86
87
#endif // defined(__MACH__) && defined(SWIFT_RUNTIME_STATIC_IMAGE_INSPECTION)
0 commit comments