mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Suggestions from github issue #382
This commit is contained in:
parent
ba98e85429
commit
933e16f751
10 changed files with 19 additions and 17 deletions
|
@ -2282,7 +2282,7 @@ ProtoStoreSymbol::ProtoStoreSymbol(Scope *sc,const Address &usepoint)
|
|||
ParameterPieces pieces;
|
||||
pieces.type = scope->getArch()->types->getTypeVoid();
|
||||
pieces.flags = 0;
|
||||
setOutput(pieces);
|
||||
ProtoStoreSymbol::setOutput(pieces);
|
||||
}
|
||||
|
||||
ProtoStoreSymbol::~ProtoStoreSymbol(void)
|
||||
|
@ -2465,7 +2465,7 @@ ProtoStoreInternal::ProtoStoreInternal(Datatype *vt)
|
|||
ParameterPieces pieces;
|
||||
pieces.type = voidtype;
|
||||
pieces.flags = 0;
|
||||
setOutput(pieces);
|
||||
ProtoStoreInternal::setOutput(pieces);
|
||||
}
|
||||
|
||||
ProtoStoreInternal::~ProtoStoreInternal(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue