fix arch_configs[CS_ARCH_TRICORE]

This commit is contained in:
billow 2023-03-11 06:02:09 +08:00
parent d1021f4a6b
commit 8b4d0008c3
1 changed files with 1 additions and 1 deletions

2
cs.c
View File

@ -248,7 +248,7 @@ static const struct {
{
TRICORE_global_init,
TRICORE_option,
~(CS_MODE_TRICORE),
~(CS_MODE_BIG_ENDIAN | CS_MODE_TRICORE),
},
#else
{ NULL, NULL, 0 },