We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33816d commit c43cfdfCopy full SHA for c43cfdf
cranelift/codegen/src/isa/x64/inst/mod.rs
@@ -59,7 +59,7 @@ pub struct ReturnCallInfo<T> {
59
fn inst_size_test() {
60
// This test will help with unintentionally growing the size
61
// of the Inst enum.
62
- assert_eq!(48, std::mem::size_of::<Inst>());
+ assert_eq!(56, std::mem::size_of::<Inst>());
63
}
64
65
pub(crate) fn low32_will_sign_extend_to_64(x: u64) -> bool {
0 commit comments