Skip to content

Commit 6856cf5

Browse files
committed
Fix CordbAssembly ID
1 parent 71c30b4 commit 6856cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/debug/di/rsassembly.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CordbAssembly::CordbAssembly(CordbAppDomain * pAppDomain,
2929
VMPTR_DomainAssembly vmDomainAssembly)
3030

3131
: CordbBase(pAppDomain->GetProcess(),
32-
vmDomainAssembly.IsNull() ? VmPtrToCookie(vmAssembly) : VmPtrToCookie(vmDomainAssembly),
32+
VmPtrToCookie(vmAssembly),
3333
enumCordbAssembly),
3434
m_vmAssembly(vmAssembly),
3535
m_vmDomainAssembly(vmDomainAssembly),

0 commit comments

Comments
 (0)