mirror of
https://github.com/Perfare/Il2CppDumper.git
synced 2025-02-02 14:07:06 -03:00
_signed and __signed are also arch specific keywords
This commit is contained in:
parent
dd17acd957
commit
20ae00c0ba
1 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,9 @@ replace_keywords = [
|
|||
" restrict;",
|
||||
" return;",
|
||||
" short;",
|
||||
" signed;",
|
||||
" signed;";
|
||||
" _signed;",
|
||||
" __signed;",
|
||||
" sizeof;",
|
||||
" static;",
|
||||
" static_assert;",
|
||||
|
|
Loading…
Add table
Reference in a new issue