Skip to content

Commit 6141f5c

Browse files
committed
Fix shape::cmp::walk_res2
1 parent 91e44ea commit 6141f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_shape.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ cmp::walk_struct2(const uint8_t *end_sp) {
356356

357357
void
358358
cmp::walk_res2(const rust_fn *dtor, const uint8_t *end_sp) {
359-
return cmp_two_pointers();
359+
this->cmp_two_pointers();
360360
}
361361

362362
void

0 commit comments

Comments
 (0)