+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.
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;