mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-4285 Compressed SLEIGH
This commit is contained in:
parent
b380fd5fa6
commit
8fbd171cdf
207 changed files with 15233 additions and 6055 deletions
|
@ -321,7 +321,7 @@ void IfcOption::execute(istream &s)
|
|||
}
|
||||
|
||||
try {
|
||||
string res = dcp->conf->options->set(ElementId::find(optname),p1,p2,p3);
|
||||
string res = dcp->conf->options->set(ElementId::find(optname,0),p1,p2,p3);
|
||||
*status->optr << res << endl;
|
||||
}
|
||||
catch(ParseError &err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue