mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Buildfix
This commit is contained in:
parent
6c3f2155c7
commit
f85b4a4252
2 changed files with 3 additions and 3 deletions
|
@ -581,7 +581,7 @@ Sigmap sigmap;
|
|||
void SymbolMap::UseFuncSignaturesFile(const char *filename, u32 maxAddress)
|
||||
{
|
||||
sigs.clear();
|
||||
//SymbolMap::ResetSymbolMap();
|
||||
// symbolMap.Clear();
|
||||
//#1: Read the signature file and put them in a fast data structure
|
||||
FILE *f = File::OpenCFile(filename, "r");
|
||||
int count;
|
||||
|
|
|
@ -1338,9 +1338,9 @@ namespace MainWindow
|
|||
if (W32Util::BrowseForFileName(false, hWnd, L"Save .MAP",0,L"Maps\0*.map\0All files\0*.*\0\0",L"map",fn))
|
||||
symbolMap.SaveSymbolMap(fn.c_str());
|
||||
break;
|
||||
|
||||
|
||||
case ID_DEBUG_RESETSYMBOLTABLE:
|
||||
symbolMap.ResetSymbolMap();
|
||||
symbolMap.Clear();
|
||||
|
||||
for (int i=0; i<numCPUs; i++)
|
||||
if (disasmWindow[i])
|
||||
|
|
Loading…
Add table
Reference in a new issue