Skip to content

Commit

Permalink
Fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
Changqing-JING committed Jan 17, 2025
1 parent de33251 commit b6add3f
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 452 deletions.
1 change: 0 additions & 1 deletion arch/TriCore/TriCoreDisassembler.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ bool TriCore_getFeatureBits(unsigned int mode, unsigned int feature)
}
case CS_MODE_TRICORE_180: {
return feature == TriCore_HasV180Ops;
return true;
}
default:
return false;
Expand Down
Loading

0 comments on commit b6add3f

Please sign in to comment.