From 530df9baad1ae23cf5fbd52690b37e20ac41d066 Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Mon, 25 Sep 2000 11:36:55 +0000 Subject: [PATCH] Get rid of garbage left on the stack. --- sys/boot/forth/support.4th | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/boot/forth/support.4th b/sys/boot/forth/support.4th index e014b3005f42..79880125f49d 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