aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-11-06 04:01:32 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-11-06 04:01:32 +0000
commit11adc0d65e1d64a27e5dd22b03b465857fb32ad0 (patch)
tree852a038455d79ae8b11283ca638aa0ca352c4bee /sys
parent8a34f8ba881273c34e9ee0ce947b32859b0ae2d6 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/ficl/words.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/ficl/words.c b/sys/boot/ficl/words.c
index 35e43485d728..0a63661a20bb 100644
--- a/sys/boot/ficl/words.c
+++ b/sys/boot/ficl/words.c
@@ -4040,7 +4040,7 @@ static void fload(FICL_VM *pVM)
if (pVM->state == COMPILE)
{
- dictAppendCell(dp, LVALUEtoCELL(pStringLit));
+ dictAppendCell(dp, LVALUEtoCELL(fload));
dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
dictAlign(dp);
return;
@@ -4109,7 +4109,7 @@ static void fexists(FICL_VM *pVM)
if (pVM->state == COMPILE)
{
- dictAppendCell(dp, LVALUEtoCELL(pStringLit));
+ dictAppendCell(dp, LVALUEtoCELL(fexists));
dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
dictAlign(dp);
return;