[OpenBIOS] [PATCH] package.fs: don't reveal interposed packages

Segher Boessenkool segher at kernel.crashing.org
Sat Sep 16 08:10:10 CEST 2017


Hi Mark,

On Fri, Sep 15, 2017 at 03:42:31PM +0100, Mark Cave-Ayland wrote:
> +: instance-to-package ( ihandle -- phandle )
> +  dup 0<> if ihandle>non-interposed-phandle then
> +;

"0<> if" is the same as just "if".


Segher



More information about the OpenBIOS mailing list