Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public SOSDacImpl(Target target, object? legacyObj)
_objectMethodTable = new Lazy<TargetPointer>(
() => _target.ReadPointer(_target.ReadGlobalPointer(Constants.Globals.ObjectMethodTable)));

// Get all the interfaces for delegating to the legacy DAC
// Get all the interfaces for delegating to the legacy
// DAC
if (legacyObj is not null)
{
_legacyImpl = legacyObj as ISOSDacInterface;
Expand Down
Loading