Fix shape::cmp::walk_res2

This commit is contained in:
Tim Chevalier 2012-06-26 09:08:01 -07:00
parent 91e44ea056
commit 6141f5ce5a

View file

@ -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