rt: Step over type params properly in glue

This commit is contained in:
Patrick Walton 2011-08-10 15:39:05 -07:00
parent 15e1e3185d
commit 955ac84da4

View file

@ -950,6 +950,7 @@ public:
T sub(*static_cast<T *>(this), param->shape, param->params,
param->tables);
static_cast<T *>(this)->walk_subcontext(align, sub);
dp = sub.dp;
}
template<typename W>