Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qualified...
[platform/upstream/coreclr.git] / src / ToolBox / SOS / lldbplugin / debugclient.cpp
index 5f506fe..e973670 100644 (file)
@@ -176,7 +176,7 @@ DebugClient::ReadVirtual(
     ULONG bufferSize,
     PULONG bytesRead)
 {
-    bytesRead = 0;
+    *bytesRead = 0;
 
     lldb::SBTarget target = m_debugger.GetSelectedTarget();
     if (!target.IsValid())