mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-04-27 12:32:00 +00:00
Add memcmp
This commit is contained in:
parent
706a1935d4
commit
0d22dfa21f
1 changed files with 1 additions and 0 deletions
|
|
@ -555,6 +555,7 @@ std::unordered_set<std::string> renamed_funcs{
|
||||||
"memcpy",
|
"memcpy",
|
||||||
"memset",
|
"memset",
|
||||||
"memmove",
|
"memmove",
|
||||||
|
"memcmp",
|
||||||
"strcmp",
|
"strcmp",
|
||||||
"strcat",
|
"strcat",
|
||||||
"strcpy",
|
"strcpy",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue