Improved the .heap section detection to avoid a detection error
[clinton/Virtual-Jaguar-Rx.git] / src / file.cpp
index 7e9fb34..c1cf88a 100644 (file)
 #include "libelf/libelf.h"\r
 #include "libelf/gelf.h"\r
 #include "libdwarf.h"\r
-<<<<<<< HEAD\r
 #include "debugger/ELFManager.h"\r
 #include "debugger/DBGManager.h"\r
-=======\r
-#include "debugger\ELFManager.h"\r
-#include "debugger\DBGManager.h"\r
->>>>>>> origin/master\r
 \r
 \r
 // Private function prototypes\r
@@ -268,6 +263,9 @@ WriteLog("FILE: Cartridge run address is reported as $%X...\n", jaguarRunAddress
                                                                                        case ELF_debug_loc_TYPE:\r
                                                                                                break;\r
 \r
+                                                                                       case ELF_heap_TYPE:\r
+                                                                                               break;\r
+\r
                                                                                        case ELF_comment_TYPE:\r
                                                                                                break;\r
 \r