Avoid an alignment fault on 64bit architectures.
Reviewed by: dcs
This commit is contained in:
parent
89a374a163
commit
1a4f097e7a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user