This commit is contained in:
Folkert 2021-11-21 19:20:05 +01:00
parent dc44eaac97
commit 7fc79c3d40
6 changed files with 20 additions and 23 deletions

View file

@ -7982,7 +7982,7 @@ pub fn num_argument_to_int_or_float(
Symbol::NUM_NAT | Symbol::NUM_NATURAL | Symbol::NUM_AT_NATURAL => {
let int_width = match ptr_bytes {
4 => IntWidth::U32,
8 => IntWidth::U32,
8 => IntWidth::U64,
_ => panic!("unsupported word size"),
};