diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp index 6f1082d4aa8e..326e4e2a5140 100644 --- a/src/rt/rust_shape.cpp +++ b/src/rt/rust_shape.cpp @@ -289,7 +289,7 @@ private: } inline void cmp_two_pointers() { - ALIGN_TO(alignof() * 2); + ALIGN_TO(alignof()); data_pair fst = bump_dp(dp); data_pair snd = bump_dp(dp); cmp_number(fst);