mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Avoid an alignment fault on 64bit architectures.
Reviewed by: dcs
This commit is contained in:
parent
89a374a163
commit
1a4f097e7a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82960
@ -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