Commit f9063378 authored by Edward Catmur's avatar Edward Catmur

Add comment explaining location.

parent 1accc9a1
...@@ -56,6 +56,7 @@ const uint ClientHook::NULL_CAPABILITY_BRAND = 0; ...@@ -56,6 +56,7 @@ const uint ClientHook::NULL_CAPABILITY_BRAND = 0;
// Defined here rather than capability.c++ so that we can safely call isNull() in this file. // Defined here rather than capability.c++ so that we can safely call isNull() in this file.
void* ClientHook::getLocalServer(_::CapabilityServerSetBase& capServerSet) { void* ClientHook::getLocalServer(_::CapabilityServerSetBase& capServerSet) {
// Defined here rather than capability.c++ because otherwise building with -fsanitize=vptr fails.
return nullptr; return nullptr;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment