about summary refs log tree commit diff
path: root/src/rt/rust_shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_shape.cpp')
-rw-r--r--src/rt/rust_shape.cpp1
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>