mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
some doxygen fixes
This commit is contained in:
parent
518522adc8
commit
ad87a8d40f
9 changed files with 38 additions and 20 deletions
|
@ -3216,7 +3216,7 @@ int4 RuleSignShift::applyOp(PcodeOp *op,Funcdata &data)
|
|||
return 1;
|
||||
}
|
||||
|
||||
/// \class RuleSignShift
|
||||
/// \class RuleTestSign
|
||||
/// \brief Convert sign-bit test to signed comparison: `(V s>> 0x1f) != 0 => V s< 0`
|
||||
void RuleTestSign::getOpList(vector<uint4> &oplist) const
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue