aboutsummaryrefslogtreecommitdiff
path: root/stand/ficl/loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/ficl/loader.c')
-rw-r--r--stand/ficl/loader.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/stand/ficl/loader.c b/stand/ficl/loader.c
index 69a65ebedb73..32ec2d6fc172 100644
--- a/stand/ficl/loader.c
+++ b/stand/ficl/loader.c
@@ -864,6 +864,9 @@ void ficlCompilePlatform(FICL_SYSTEM *pSys)
dictAppendWord(dp, "ccall", ficlCcall, FW_DEFAULT);
dictAppendWord(dp, "uuid-from-string", ficlUuidFromString, FW_DEFAULT);
dictAppendWord(dp, "uuid-to-string", ficlUuidToString, FW_DEFAULT);
+#ifndef TESTMAIN
+ dictAppendWord(dp, "isvirtualized?", ficlIsvirtualizedQ, FW_DEFAULT);
+#endif
SET_FOREACH(fnpp, X4th_compile_set)
(*fnpp)(pSys);