Generalize gdb.reverse/aarch64.exp
[deliverable/binutils-gdb.git] / gdb / inline-frame.c
index e5d7360f989f965f592898067a7bf8a34b2bd53f..f8ba249eb407cae9c2ad1ebd485ddd7b4750fcf2 100644 (file)
@@ -1,6 +1,6 @@
 /* Inline frame unwinder for GDB.
 
-   Copyright (C) 2008-2015 Free Software Foundation, Inc.
+   Copyright (C) 2008-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -283,7 +283,7 @@ block_starting_point_at (CORE_ADDR pc, const struct block *block)
   if (BLOCKVECTOR_MAP (bv) == NULL)
     return 0;
 
-  new_block = addrmap_find (BLOCKVECTOR_MAP (bv), pc - 1);
+  new_block = (struct block *) addrmap_find (BLOCKVECTOR_MAP (bv), pc - 1);
   if (new_block == NULL)
     return 1;
 
This page took 0.024942 seconds and 4 git commands to generate.