about summary refs log tree commit diff
path: root/src/rt/rust_shape.cpp
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-06-26 09:08:01 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-06-26 11:14:39 -0700
commit6141f5ce5a6da9dd67f96585feda88e4cbc747d9 (patch)
tree7c64a204fa2fa38bf8fcfe853434e0c07c862b85 /src/rt/rust_shape.cpp
parent91e44ea05651ea9d9fda1e903009e3a3390dd7c0 (diff)
downloadrust-6141f5ce5a6da9dd67f96585feda88e4cbc747d9.tar.gz
rust-6141f5ce5a6da9dd67f96585feda88e4cbc747d9.zip
Fix shape::cmp::walk_res2
Diffstat (limited to 'src/rt/rust_shape.cpp')
-rw-r--r--src/rt/rust_shape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp
index 57fd23cb633..979a93415b3 100644
--- a/src/rt/rust_shape.cpp
+++ b/src/rt/rust_shape.cpp
@@ -356,7 +356,7 @@ cmp::walk_struct2(const uint8_t *end_sp) {
 
 void
 cmp::walk_res2(const rust_fn *dtor, const uint8_t *end_sp) {
-    return cmp_two_pointers();
+    this->cmp_two_pointers();
 }
 
 void