mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-2024 Fix for formatting test
This commit is contained in:
parent
fafbaacd5f
commit
c88f59a5ed
5 changed files with 13 additions and 8 deletions
|
@ -708,7 +708,7 @@ void IfcMapconvert::execute(istream &s)
|
|||
|
||||
s >> hex >> hash; // Parse the hash value
|
||||
|
||||
dcp->fd->getScopeLocal()->addConvertSymbol(format, value, addr, hash);
|
||||
dcp->fd->getScopeLocal()->addEquateSymbol("", format, value, addr, hash);
|
||||
}
|
||||
|
||||
/// \class IfcPrintdisasm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue