From 70da5be5cc70bdee35aac8c4b53cc9fc69d32078 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 18 Jan 2015 21:08:40 -0800 Subject: [PATCH] Add another memcmp() implementation. --- Core/MIPS/MIPSAnalyst.cpp | 1 + assets/knownfuncs.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/Core/MIPS/MIPSAnalyst.cpp b/Core/MIPS/MIPSAnalyst.cpp index c9cf72d6e4..9747df562a 100644 --- a/Core/MIPS/MIPSAnalyst.cpp +++ b/Core/MIPS/MIPSAnalyst.cpp @@ -325,6 +325,7 @@ static const HardHashTableEntry hardcodedHashes[] = { { 0xa2bcef60a550a3ef, 92, "matrix_rot_z", }, { 0xa373f55c65cd757a, 312, "memcpy_swizzled" }, // God Eater Burst Demo { 0xa41989db0f9bf97e, 1304, "pow", }, + { 0xa44f6227fdbc12b1, 132, "memcmp", }, // Popolocrois (US) { 0xa46cc6ea720d5775, 44, "dl_write_cull", }, { 0xa54967288afe8f26, 600, "ceil", }, { 0xa5ddbbc688e89a4d, 56, "isinf", }, diff --git a/assets/knownfuncs.ini b/assets/knownfuncs.ini index 4d1ab512be..82ef8a63cf 100644 --- a/assets/knownfuncs.ini +++ b/assets/knownfuncs.ini @@ -217,6 +217,7 @@ a1ca0640f11182e7:72 = strcspn a243486be51ce224:272 = cosf a2bcef60a550a3ef:92 = matrix_rot_z a41989db0f9bf97e:1304 = pow +a44f6227fdbc12b1:132 = memcmp a46cc6ea720d5775:44 = dl_write_cull a54967288afe8f26:600 = ceil a5ddbbc688e89a4d:56 = isinf