Added a Local browser window for local variables
[clinton/Virtual-Jaguar-Rx.git] / src / debugger / m68kDasmWin.cpp
index de50c5f..4aef951 100644 (file)
@@ -172,7 +172,7 @@ void m68KDasmWindow::RefreshContents(void)
                else\r
                {\r
                        // Display symbol, or line source, based on the program address\r
-                       if (!CurrentLineSrc && !Symbol && (Symbol = DBGManager_GetSymbolnameFromAdr(oldpc)))\r
+                       if (!CurrentLineSrc && !Symbol && (Symbol = DBGManager_GetSymbolNameFromAdr(oldpc)))\r
                        {\r
                                sprintf(string, "%s:<br>", Symbol);\r
                                s += QString(string);\r
@@ -235,7 +235,7 @@ void m68KDasmWindow::RefreshContents(void)
                                                        } while ((string[(j + 1)] >= '0') && (string[(j + 1)] <= '9') || (string[(j + 1)] >= 'A') && (string[(j + 1)] <= 'F'));\r
                                                        adresse[l] = 0;\r
 \r
-                                                       if (Symbol = DBGManager_GetSymbolnameFromAdr(strtoul(adresse, &p, 16)))\r
+                                                       if (Symbol = DBGManager_GetSymbolNameFromAdr(strtoul(adresse, &p, 16)))\r
                                                        {\r
                                                                strcat(buffer, Symbol);\r
                                                        }\r