diff options
author | dcs <dcs@FreeBSD.org> | 2000-09-25 11:36:55 +0000 |
---|---|---|
committer | dcs <dcs@FreeBSD.org> | 2000-09-25 11:36:55 +0000 |
commit | ee7b6df7c62957ae4213109864a9066f88dd481e (patch) | |
tree | 0de607d26b36adcd0312822f4d3c775584926cb1 /sys/boot/forth/support.4th | |
parent | b07f6c50af417a05e0f7f8a184cb1a0b7e068b1d (diff) | |
download | FreeBSD-src-ee7b6df7c62957ae4213109864a9066f88dd481e.zip FreeBSD-src-ee7b6df7c62957ae4213109864a9066f88dd481e.tar.gz |
Get rid of garbage left on the stack.
Diffstat (limited to 'sys/boot/forth/support.4th')
-rw-r--r-- | sys/boot/forth/support.4th | 3 |
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 |