summaryrefslogtreecommitdiffstats
path: root/loc2c-test.c
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-09-16 15:55:19 -0700
committerJosh Stone <jistone@redhat.com>2009-09-16 15:55:19 -0700
commit9f7d5236c8fb1fd84636656416e1dad531e9586d (patch)
tree0dc2bdf43e92a67f3c182dad87836cb084697c3e /loc2c-test.c
parentac505f97f1e85d95c9fe2b0401a375c2c8cd1cb9 (diff)
parent6be6402d1514d149e6e6adf66a5c50b80b8bbb0f (diff)
downloadsystemtap-steved-9f7d5236c8fb1fd84636656416e1dad531e9586d.tar.gz
systemtap-steved-9f7d5236c8fb1fd84636656416e1dad531e9586d.tar.xz
systemtap-steved-9f7d5236c8fb1fd84636656416e1dad531e9586d.zip
Merge branch 'master' of sourceware.org:/git/systemtap
Diffstat (limited to 'loc2c-test.c')
-rw-r--r--loc2c-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/loc2c-test.c b/loc2c-test.c
index 46c45827..b8883876 100644
--- a/loc2c-test.c
+++ b/loc2c-test.c
@@ -304,6 +304,7 @@ handle_variable (Dwarf_Die *lscopes, int lnscopes, int out,
break;
case DW_TAG_pointer_type:
+ case DW_TAG_reference_type:
if (store)
error (2, 0, _("store not supported for pointer type"));
c_translate_pointer (&pool, 1, cubias, typedie, &tail);