Minor space tweak to make things consistent.

MFC After: 3 days
This commit is contained in:
Warner Losh 2016-05-17 14:10:44 +00:00
parent 4ee7e5a63d
commit c205f958b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300055

View File

@ -5198,12 +5198,11 @@ void ficlCompileCore(FICL_SYSTEM *pSys)
/*
** Set up system's outer interpreter loop - maybe this should be in initSystem?
*/
pSys->pInterp[0] = pSys->pInterpret;
pSys->pInterp[1] = pSys->pBranchParen;
pSys->pInterp[2] = (FICL_WORD *)(void *)(-2);
pSys->pInterp[0] = pSys->pInterpret;
pSys->pInterp[1] = pSys->pBranchParen;
pSys->pInterp[2] = (FICL_WORD *)(void *)(-2);
assert(dictCellsAvail(dp) > 0);
return;
}