Add comments to indicate where the flag for later abort" originates.

MFC after:	3 days
X-MFC-to:	stable/10
This commit is contained in:
Devin Teske 2015-06-02 22:23:20 +00:00
parent 37be506339
commit 46c39cc077

View File

@ -1437,12 +1437,12 @@ also builtins
abort" Unable to load a kernel!"
;
: load_xen ( -- )
: load_xen ( -- flag )
s" xen_kernel" getenv dup -1 <> if
1 1 load
1 1 load ( c-addr/u flag N -- flag )
else
drop
0
0 ( -1 -- flag )
then
;