aboutsummaryrefslogtreecommitdiffhomepage
path: root/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64')
-rw-r--r--x86_64/isel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86_64/isel.c b/x86_64/isel.c
index 98d66a1..a3c1c79 100644
--- a/x86_64/isel.c
+++ b/x86_64/isel.c
@@ -183,7 +183,7 @@ selcall(struct function *fn, struct instr *ins, struct block *blk, int *curi)
}
static bool
-aimm(struct addr *addr, int disp)
+aimm(struct addr *addr, vlong disp)
{
vlong a = addr->disp;
a += disp;