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:
parent
37be506339
commit
46c39cc077
@ -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
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user