diff options
Diffstat (limited to 'gdb/compile/compile-object-run.c')
-rw-r--r-- | gdb/compile/compile-object-run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/compile/compile-object-run.c b/gdb/compile/compile-object-run.c index e8a95e3..0846c73 100644 --- a/gdb/compile/compile-object-run.c +++ b/gdb/compile/compile-object-run.c @@ -152,7 +152,7 @@ compile_object_run (struct compile_module *module) gdb_assert (TYPE_CODE (func_type) == TYPE_CODE_FUNC); func_val = value_from_pointer (lookup_pointer_type (func_type), - BLOCK_START (SYMBOL_BLOCK_VALUE (func_sym))); + BLOCK_ENTRY_PC (SYMBOL_BLOCK_VALUE (func_sym))); vargs = XALLOCAVEC (struct value *, TYPE_NFIELDS (func_type)); if (TYPE_NFIELDS (func_type) >= 1) |