diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-06-26 09:08:01 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-06-26 11:14:39 -0700 |
| commit | 6141f5ce5a6da9dd67f96585feda88e4cbc747d9 (patch) | |
| tree | 7c64a204fa2fa38bf8fcfe853434e0c07c862b85 /src/rt/rust_shape.cpp | |
| parent | 91e44ea05651ea9d9fda1e903009e3a3390dd7c0 (diff) | |
| download | rust-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.cpp | 2 |
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 |
