mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-04-27 04:21:51 +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",
|
||||
"memset",
|
||||
"memmove",
|
||||
"memcmp",
|
||||
"strcmp",
|
||||
"strcat",
|
||||
"strcpy",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue