Fixed a crash when DWARF report a source line number exceeding the number of lines...
[clinton/Virtual-Jaguar-Rx.git] / src / debugger / DBGManager.cpp
index d4df274..044bd03 100644 (file)
@@ -418,10 +418,10 @@ char *DBGManager_GetSymbolnameFromAdr(size_t Adr)
        {\r
                Symbolname = NULL;\r
        }\r
        {\r
                Symbolname = NULL;\r
        }\r
-#ifdef _MSC_VER
-#pragma message("Warning: !!! Need to set the DBG_HWLABEL in DBGType instead to use the setting value !!!")
-#else
-       #warning "!!! Need to set the DBG_HWLABEL in DBGType instead to use the setting value !!!"
+#ifdef _MSC_VER\r
+#pragma message("Warning: !!! Need to set the DBG_HWLABEL in DBGType instead to use the setting value !!!")\r
+#else\r
+       #warning "!!! Need to set the DBG_HWLABEL in DBGType instead to use the setting value !!!"\r
 #endif // _MSC_VER\r
 \r
        if (Symbolname == NULL)\r
 #endif // _MSC_VER\r
 \r
        if (Symbolname == NULL)\r