Skip to content

Commit

Permalink
Update file(s): 2024-04-19
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Apr 18, 2024
1 parent a27fa46 commit 78740b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xcapstone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 460,10 @@ bool XCapstone::isRetOpcode(XBinary::DMFAMILY dmFamily, quint32 nOpcodeID)
if (nOpcodeID == BPF_INS_RET) {
bResult = true;
}
} else if (dmFamily == XBinary::DMFAMILY_SPARC) {
if (nOpcodeID == SPARC_INS_RET) {
bResult = true;
}
}
// TODO Other archs

Expand Down

0 comments on commit 78740b1

Please sign in to comment.