From 9c6bf6c53519f4d96982bdcac350cd89ec217cd7 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 11 Oct 2009 16:17:08 +0000 Subject: [PATCH] increase the range of scanfuntions (ppc debugger) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4396 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())) {