* sparc64-tdep.h (stryct_frame_info, struct trad_frame_saved_reg):
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index 71474a9c48b8d5802313436f5e8ae51140a4ca6a..ae1ea7d6cd676592211f919de64d332dd947d990 100644 (file)
@@ -4509,7 +4509,7 @@ add_line (struct linetable *lt, int lineno, CORE_ADDR adr, int last)
 static int
 compare_blocks (const void *arg1, const void *arg2)
 {
-  int addr_diff;
+  LONGEST addr_diff;
   struct block **b1 = (struct block **) arg1;
   struct block **b2 = (struct block **) arg2;
 
This page took 0.033189 seconds and 4 git commands to generate.