wiggle-runtime: isize and usize do not have same repr in guest and host

This commit is contained in:
Pat Hickey
2020-03-16 17:39:32 -07:00
parent fc4f96a73f
commit a7e7863c47

View File

@@ -108,9 +108,9 @@ macro_rules! primitives {
primitives! {
// signed
i8 i16 i32 i64 i128 isize
i8 i16 i32 i64 i128
// unsigned
u8 u16 u32 u64 u128 usize
u8 u16 u32 u64 u128
// floats
f32 f64
}