summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-11-06 19:17:03 +0000
committerjkh <jkh@FreeBSD.org>1998-11-06 19:17:03 +0000
commit3faff5bf0f0709a66e1cbc47fdc9bef963d8c844 (patch)
treec8342ce3280db1cc3ce87faf3e20d9e78d6374f8 /sys/boot/ficl
parentbbf3dfad8860abb83773e18cdf6c5e37a516f1bb (diff)
downloadFreeBSD-src-3faff5bf0f0709a66e1cbc47fdc9bef963d8c844.zip
FreeBSD-src-3faff5bf0f0709a66e1cbc47fdc9bef963d8c844.tar.gz
Argh, I had this right[er] before. More commits to follow.
Diffstat (limited to 'sys/boot/ficl')
-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 0a63661..35e4348 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(fload));
+ dictAppendCell(dp, LVALUEtoCELL(pStringLit));
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(fexists));
+ dictAppendCell(dp, LVALUEtoCELL(pStringLit));
dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
dictAlign(dp);
return;
OpenPOWER on IntegriCloud