summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2001-05-10 05:13:09 +0000
committerdcs <dcs@FreeBSD.org>2001-05-10 05:13:09 +0000
commit84806dd3ddd20728682187d30530999a668a63ad (patch)
treebc9f3d676dea491c5bdb8ea0d893b3b669b8a4c7 /sys/boot
parentb09f348936cdebfb01f4f1b83391b93c906723cb (diff)
downloadFreeBSD-src-84806dd3ddd20728682187d30530999a668a63ad.zip
FreeBSD-src-84806dd3ddd20728682187d30530999a668a63ad.tar.gz
FICL 2.05 has a flawed definition of BASE. Fix it.
Spotted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/ficl/words.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ficl/words.c b/sys/boot/ficl/words.c
index 4a7d1a5..73908cc 100644
--- a/sys/boot/ficl/words.c
+++ b/sys/boot/ficl/words.c
@@ -1943,7 +1943,7 @@ static void base(FICL_VM *pVM)
#endif
pBase = (CELL *)(&pVM->base);
- PUSH(*pBase);
+ PUSHPTR(pBase);
}
OpenPOWER on IntegriCloud