From 1151d095ac459244671ea2f12af4638f4c5cc701 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 29 Dec 2025 09:31:26 +0100 Subject: x86_64/isel: aimm should take vlong --- x86_64/isel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x86_64/isel.c') 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; -- cgit v1.2.3