[ORC-RT] Fix typo in debugging output.

This commit is contained in:
Lang Hames 2023-07-28 16:22:31 -07:00
parent 9ffde19d11
commit 6098e2e552

View File

@ -577,7 +577,7 @@ Error MachOPlatformRuntimeState::deregisterObjectPlatformSections(
// TODO: Add a JITDylib prepare-for-teardown operation that clears all
// registered sections, causing this function to take the fast-path.
ORC_RT_DEBUG({
printdbg("MachOPlatform: Registering object sections for %p.\n",
printdbg("MachOPlatform: Deregistering object sections for %p.\n",
HeaderAddr.toPtr<void *>());
});