mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
SymbolDB: Normalize variable names
Normalizes variable naming so that it adheres to our coding style While we're at it do minor cleanup relating to modified lines
This commit is contained in:
parent
512c6fee51
commit
e9b9797a86
6 changed files with 65 additions and 69 deletions
|
@ -440,7 +440,7 @@ void CCodeWindow::UpdateLists()
|
|||
|
||||
for (auto& call : symbol->callers)
|
||||
{
|
||||
u32 caller_addr = call.callAddress;
|
||||
u32 caller_addr = call.call_address;
|
||||
Symbol* caller_symbol = g_symbolDB.GetSymbolFromAddr(caller_addr);
|
||||
if (caller_symbol)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue