[OpenBIOS] [PATCH] package.fs: don't reveal interposed packages
Mark Cave-Ayland
mark.cave-ayland at ilande.co.uk
Fri Sep 22 15:52:28 CEST 2017
On 16/09/17 17:50, Mark Cave-Ayland wrote:
> On 16/09/17 07:10, Segher Boessenkool wrote:
>
>> 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".
>
> Thanks Segher. I'll wait for any further comments, and if yours is the
> only feedback then I'll just touch it up on commit.
Pushed to master, along with Segher's suggested modification.
ATB,
Mark.
More information about the OpenBIOS
mailing list