Skip to content
Commit 608b96b5 authored by Andrea Gussoni's avatar Andrea Gussoni
Browse files

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.
parent bb665926
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment