diff options
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r-- | sys/boot/ficl/words.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |