diff --git a/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp b/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp index 474d62a179..b720cafd45 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp @@ -257,7 +257,7 @@ void CCodeWindow::OnSymbolsMenu(wxCommandEvent& event) break; case IDM_SCANFUNCTIONS: { - PPCAnalyst::FindFunctions(0x80000000, 0x80400000, &g_symbolDB); + PPCAnalyst::FindFunctions(0x80000000, 0x81800000, &g_symbolDB); SignatureDB db; if (db.Load((File::GetSysDirectory() + TOTALDB).c_str())) {