[OpenBIOS] [PATCH 1/2] Implement copy-resolutions-property

Segher Boessenkool segher at kernel.crashing.org
Sun Sep 25 06:39:27 CEST 2016


On Sat, Sep 24, 2016 at 12:54:59PM -0400, Programmingkid wrote:
> +: copy-resolutions-property  ( -- )
> +    " /options" find-package 
> +    if 
> +        active-package!

You want find-device I guess?

[ inverted control flow deleted ]

> +    else
> +        cr ." copy-resolutions-property: Failed to find options node!" cr
> +    then

If it's an error, call abort" ; if not, don't say anything?


Segher



More information about the OpenBIOS mailing list