summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-09-25 11:36:55 +0000
committerdcs <dcs@FreeBSD.org>2000-09-25 11:36:55 +0000
commitee7b6df7c62957ae4213109864a9066f88dd481e (patch)
tree0de607d26b36adcd0312822f4d3c775584926cb1
parentb07f6c50af417a05e0f7f8a184cb1a0b7e068b1d (diff)
downloadFreeBSD-src-ee7b6df7c62957ae4213109864a9066f88dd481e.zip
FreeBSD-src-ee7b6df7c62957ae4213109864a9066f88dd481e.tar.gz
Get rid of garbage left on the stack.
-rw-r--r--sys/boot/forth/support.4th3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/forth/support.4th b/sys/boot/forth/support.4th
index e014b30..7988012 100644
--- a/sys/boot/forth/support.4th
+++ b/sys/boot/forth/support.4th
@@ -1480,8 +1480,7 @@ also builtins
2local path
end-locals
- path dup -1 = if ( there isn't a "kernel" environment variable )
- 2drop
+ path nip -1 = if ( there isn't a "kernel" environment variable )
flags args load_a_kernel
else
flags path args 1+ clip_args load_directory_or_file
OpenPOWER on IntegriCloud