Skip to content

Commit a67b293

Browse files
Fix review
1 parent 26e16c0 commit a67b293

File tree

2 files changed

+451
-452
lines changed

2 files changed

+451
-452
lines changed

arch/TriCore/TriCoreDisassembler.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ bool TriCore_getFeatureBits(unsigned int mode, unsigned int feature)
203203
}
204204
case CS_MODE_TRICORE_180: {
205205
return feature == TriCore_HasV180Ops;
206-
return true;
207206
}
208207
default:
209208
return false;

0 commit comments

Comments
 (0)