summaryrefslogtreecommitdiffstats
path: root/loc2c.c
diff options
context:
space:
mode:
authorroland <roland>2005-08-18 20:26:54 +0000
committerroland <roland>2005-08-18 20:26:54 +0000
commitf0df19a2d8d85df58dd217314bf2b83238b67817 (patch)
tree1c185f3969bd57ee1b47231baddc8f6ad928dac8 /loc2c.c
parent75a163d33bf8ea239d5e6a10be1e293c5278f3c7 (diff)
downloadsystemtap-steved-f0df19a2d8d85df58dd217314bf2b83238b67817.tar.gz
systemtap-steved-f0df19a2d8d85df58dd217314bf2b83238b67817.tar.xz
systemtap-steved-f0df19a2d8d85df58dd217314bf2b83238b67817.zip
2005-08-18 Roland McGrath <roland@redhat.com>
* loc2c.c (c_translate_addressof): Take TYPEDIE instead of TYPEATTR. * loc2c.h: Update decl. * loc2c-test.c (handle_variable): Handle DW_TAG_pointer_type target for fetch.
Diffstat (limited to 'loc2c.c')
-rw-r--r--loc2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loc2c.c b/loc2c.c
index 45c965aa..1d610aa2 100644
--- a/loc2c.c
+++ b/loc2c.c
@@ -1284,7 +1284,7 @@ void
c_translate_addressof (struct obstack *pool, int indent,
Dwarf_Addr dwbias __attribute__ ((unused)),
Dwarf_Die *die,
- Dwarf_Attribute *typeattr __attribute__ ((unused)),
+ Dwarf_Die *typedie __attribute__ ((unused)),
struct location **input, const char *target)
{
++indent;