summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl/ficl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/ficl/ficl.h')
-rw-r--r--sys/boot/ficl/ficl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/ficl/ficl.h b/sys/boot/ficl/ficl.h
index 3eea201..3fcb32e 100644
--- a/sys/boot/ficl/ficl.h
+++ b/sys/boot/ficl/ficl.h
@@ -761,9 +761,9 @@ void ficlCompileSoftCore(FICL_VM *pVM);
void constantParen(FICL_VM *pVM);
void twoConstParen(FICL_VM *pVM);
-#ifdef __i386__
-extern void pc_fetch(FICL_VM *pVM);
-extern void pc_store(FICL_VM *pVM);
+#if defined(__i386__) && !defined(TESTMAIN)
+extern void ficlOutb(FICL_VM *pVM);
+extern void ficlInb(FICL_VM *pVM);
#endif
#ifdef __cplusplus
OpenPOWER on IntegriCloud