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.
1 parent 8ce2f43 commit 9c14679Copy full SHA for 9c14679
llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
@@ -104,7 +104,7 @@ class RuntimeDyldImpl {
104
};
105
106
void RuntimeDyldImpl::extractFunction(StringRef Name, uint8_t *StartAddress,
107
- uint8_t *EndAddress) {
+ uint8_t *EndAddress) {
108
// Allocate memory for the function via the memory manager.
109
uintptr_t Size = EndAddress - StartAddress + 1;
110
uint8_t *Mem = MemMgr->startFunctionBody(Name.data(), Size);
0 commit comments