branch list (#50)

This commit is contained in:
inspectredc
2024-03-22 10:00:03 -06:00
committed by GitHub
parent aaa68d2ebc
commit a7f0603525
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -313,6 +313,11 @@ std::optional<std::shared_ptr<IParsedData>> DListFactory::parse(std::vector<uint
std::optional<uint32_t> segment;
if ((w0 >> 16) & G_DL_NO_PUSH) {
SPDLOG_INFO("Branch List Command Found");
processing = false;
}
if(const auto decl = Companion::Instance->GetNodeByAddr(w1); !decl.has_value()){
SPDLOG_INFO("Addr to Display list command at 0x{:X} not in yaml, autogenerating it", w1);