diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2011-08-10 15:39:05 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2011-08-10 15:39:05 -0700 |
| commit | 955ac84da4cee8c8c4722bc1f335c9582d56c669 (patch) | |
| tree | df06a1e41cc1827ba0e4614a1a3e6ef99573f289 /src/rt/rust_shape.cpp | |
| parent | 15e1e3185d209a84d69400a12a473e50dedbd89f (diff) | |
| download | rust-955ac84da4cee8c8c4722bc1f335c9582d56c669.tar.gz rust-955ac84da4cee8c8c4722bc1f335c9582d56c669.zip | |
rt: Step over type params properly in glue
Diffstat (limited to 'src/rt/rust_shape.cpp')
| -rw-r--r-- | src/rt/rust_shape.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp index 89efe046229..ef3f3bdf903 100644 --- a/src/rt/rust_shape.cpp +++ b/src/rt/rust_shape.cpp @@ -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> |
