From 838d91e72589ce25aaee9875868cc9b01c8af0a4 Mon Sep 17 00:00:00 2001 From: dfr Date: Tue, 4 Sep 2001 13:13:12 +0000 Subject: Avoid an alignment fault on 64bit architectures. Reviewed by: dcs --- sys/boot/ficl/words.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/boot/ficl/words.c b/sys/boot/ficl/words.c index ed9f087..7888a86 100644 --- a/sys/boot/ficl/words.c +++ b/sys/boot/ficl/words.c @@ -1147,7 +1147,7 @@ static void ifParen(FICL_VM *pVM) static void elseCoIm(FICL_VM *pVM) { CELL *patchAddr; - int offset; + FICL_INT offset; FICL_DICT *dp = ficlGetDict(); assert(pBranchParen); -- cgit v1.1