hermit-os / hermit-entry

Hermit's loading and entry API.
https://crates.io/crates/hermit-entry
Apache License 2.0
5 stars 4 forks source link

fix(x86_64): explicitly decrease alignment of i128 to 8 #31

Closed mkroening closed 9 months ago

mkroening commented 9 months ago

This fixes https://github.com/hermit-os/kernel/pull/1071#issuecomment-1961598278.

mkroening commented 9 months ago

This was caused by https://github.com/rust-lang/rust/pull/116672, though it is our fault for relying on this (there was no warning).