Skip to content

Commit 4b47afd

Browse files
committed
---
yaml --- r: 6368 b: refs/heads/master c: eff7fae h: refs/heads/master v: v3
1 parent e993b89 commit 4b47afd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b30f7af98b000b0dfb07f5d85e6e40f1ba534228
2+
refs/heads/master: eff7fae7b94b75ee075384b98955f45f56420a5f

trunk/src/rt/rust_shape.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class cmp : public data<cmp,ptr_pair> {
289289
}
290290

291291
inline void cmp_two_pointers() {
292-
ALIGN_TO(alignof<void *>() * 2);
292+
ALIGN_TO(alignof<void *>());
293293
data_pair<uint8_t *> fst = bump_dp<uint8_t *>(dp);
294294
data_pair<uint8_t *> snd = bump_dp<uint8_t *>(dp);
295295
cmp_number(fst);

0 commit comments

Comments
 (0)