mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
This commit is contained in:
parent
864274b0e9
commit
b6c25a5605
@ -1,3 +1,7 @@
|
||||
2004-10-08 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
|
||||
|
||||
2004-10-08 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* MAINTAINERS: Update e-mail address.
|
||||
|
@ -307,7 +307,7 @@ call_function_by_hand (struct value *function, int nargs, struct value **args)
|
||||
CORE_ADDR funaddr;
|
||||
int using_gcc; /* Set to version of gcc in use, or zero if not gcc */
|
||||
CORE_ADDR real_pc;
|
||||
struct type *ftype = check_typedef (SYMBOL_TYPE (function));
|
||||
struct type *ftype = check_typedef (VALUE_TYPE (function));
|
||||
CORE_ADDR bp_addr;
|
||||
struct regcache *caller_regcache;
|
||||
struct cleanup *caller_regcache_cleanup;
|
||||
|
Loading…
Reference in New Issue
Block a user