Fix `ReturnPC` type
Solved a bug that always allocated an `i32` for representing the return address PC in the `function_call` helper (third parameter). Now we allocate an `i64` or an `i32` depending on the input architecture of the translated binary.
Please register or sign in to comment