Skip to content

Commit

Permalink
Merge branch 'main' into Disassembly-Fail-GPU-StartAdd-Offset
Browse files Browse the repository at this point in the history
  • Loading branch information
gregg-miskelly authored Oct 19, 2023
2 parents e315228 + 7a02ace commit 398582e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MIDebugEngine/AD7.Impl/AD7Engine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public int Attach(IDebugProgram2[] portProgramArray, IDebugProgramNode2[] progra
{
Debug.Assert(_ad7ProgramId == Guid.Empty);

Logger.LoadMIDebugLogger();
Logger.EnsureInitialized();

if (celtPrograms != 1)
{
Expand Down Expand Up @@ -539,7 +539,7 @@ int IDebugEngineLaunch2.LaunchSuspended(string pszServer, IDebugPort2 port, stri
Debug.Assert(_ad7ProgramId == Guid.Empty);

// Check if the logger was enabled late.
Logger.LoadMIDebugLogger();
Logger.EnsureInitialized();

process = null;

Expand Down

0 comments on commit 398582e

Please sign in to comment.