Avoid an alignment fault on 64bit architectures.

Reviewed by: dcs
This commit is contained in:
Doug Rabson 2001-09-04 13:13:12 +00:00
parent 89a374a163
commit 1a4f097e7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82960

View File

@ -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);