mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
58f32cd690
The stack was not aligned as expected for `buddy_allocator_init` when `-o:speed` was enabled, making this a test failure that only appeared with optimizations enabled. The data is now aligned specifically, as it should be.