comparing/walking two pointers still aligns same as 1 ptr
This commit is contained in:
parent
b30f7af98b
commit
eff7fae7b9
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ private:
|
|||
}
|
||||
|
||||
inline void cmp_two_pointers() {
|
||||
ALIGN_TO(alignof<void *>() * 2);
|
||||
ALIGN_TO(alignof<void *>());
|
||||
data_pair<uint8_t *> fst = bump_dp<uint8_t *>(dp);
|
||||
data_pair<uint8_t *> snd = bump_dp<uint8_t *>(dp);
|
||||
cmp_number(fst);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue