Skip to content
Snippets Groups Projects
Commit 3deb1387 authored by Daniel Gröber (dxld)'s avatar Daniel Gröber (dxld)
Browse files

Fix non power-of-two Storable.alignment in Capi_Ctype tests

Alignments passed to alloca and friends must be a power of two for the code
in allocatePinned to work properly. Commit 41230e26 ("Zero out pinned
block alignment slop when profiling") introduced an ASSERT for this but
this test was still violating it.
parent b9fe4cd5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment