]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/blockframe.c
gdb: remove BLOCK_{START,END} macros
[thirdparty/binutils-gdb.git] / gdb / blockframe.c
index df03901b6e796a514c978282fd341c4e75c0f239..fec7f05305791226335e322b9a3744498e5cee93 100644 (file)
@@ -278,8 +278,8 @@ find_pc_partial_function_sym (CORE_ADDR pc,
 
          if (BLOCK_CONTIGUOUS_P (b))
            {
-             cache_pc_function_low = BLOCK_START (b);
-             cache_pc_function_high = BLOCK_END (b);
+             cache_pc_function_low = b->start ();
+             cache_pc_function_high = b->end ();
            }
          else
            {