Skip to content

Commit

Permalink
Update file(s): 2024-04-20
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Apr 20, 2024
1 parent 78740b1 commit 94646c1
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 @@ -579,6 579,10 @@ bool XCapstone::isNopOpcode(XBinary::DMFAMILY dmFamily, quint32 nOpcodeID)
if (nOpcodeID == M68K_INS_NOP) {
bResult = true;
}
} else if (dmFamily == XBinary::DMFAMILY_MOS65XX) {
if (nOpcodeID == MOS65XX_INS_NOP) {
bResult = true;
}
}
// TODO Other archs

Expand Down

0 comments on commit 94646c1

Please sign in to comment.