Skip to content

Commit

Permalink
Minor fixes, sync submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 committed Apr 3, 2022
1 parent 2e99f00 commit 3f835c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dialogs/devdialog/tabs/documenttab.cpp
Expand Up @@ -160,7 +160,7 @@ void DocumentTab::displayInstructionInformation(RDDocument* doc, rd_address addr

QString hexdump = RD_HexDump(m_context.get(), address, RDBlock_Size(&block));
QByteArray dump = QByteArray::fromHex(hexdump.toUtf8());
const char* assemblerid = RDContext_GetAddressAssembler(m_context.get(), address);
const char* assemblerid = RDDocument_GetAddressAssembler(doc, address);

this->header("INSTRUCTION");

Expand Down
2 changes: 1 addition & 1 deletion submodules/loaders

0 comments on commit 3f835c8

Please sign in to comment.