Tidying
This commit is contained in:
@@ -493,11 +493,11 @@ namespace DebugServer::Gdb
|
||||
return std::make_unique<CommandPackets::WriteRegisterMonitor>(std::move(*(monitorCommand.release())));
|
||||
}
|
||||
|
||||
#ifndef EXCLUDE_INSIGHT
|
||||
#ifndef EXCLUDE_INSIGHT
|
||||
if (monitorCommand->command.find("insight") == 0) {
|
||||
return std::make_unique<CommandPackets::ActivateInsight>(std::move(*(monitorCommand.release())));
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
return monitorCommand;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user