mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Remove useless copy.
This commit is contained in:
parent
0e1612e184
commit
4974a88dbd
1 changed files with 2 additions and 1 deletions
|
@ -445,10 +445,11 @@ bool CMIPSAnalysis::TryGetSJISLatinStringAtAddress(CMIPS* context, uint32 addres
|
|||
}
|
||||
return (result.length() > 1);
|
||||
}
|
||||
|
||||
void CMIPSAnalysis::AnalyseStringReferences()
|
||||
{
|
||||
bool commentInserted = false;
|
||||
for(auto subroutinePair : m_subroutines)
|
||||
for(const auto& subroutinePair : m_subroutines)
|
||||
{
|
||||
const auto& subroutine = subroutinePair.second;
|
||||
uint32 registerValue[0x20] = {0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue