Skip to content

Commit

Permalink
Merge pull request dotnet#876 from dotnet-bot/from-tfs
Browse files Browse the repository at this point in the history
Merge changes from TFS
  • Loading branch information
jkotas committed Apr 30, 2015
2 parents f7f0967 + 495d81c commit e79b36b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/debug/di/shimprocess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,6 @@ CORDB_ADDRESS ShimProcess::GetCLRInstanceBaseAddress()
#if defined(FEATURE_CORESYSTEM)
// Debugger attaching to CoreCLR via CoreCLRCreateCordbObject should have already specified CLR module address.
// Code that help to find it now lives in dbgshim.
baseAddress = PTR_TO_CORDB_ADDRESS(0);
#else
// get a "snapshot" of all modules in the target
HandleHolder hSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, dwPid);
Expand Down

0 comments on commit e79b36b

Please sign in to comment.