mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix for interpose problem.
git-svn-id: svn://coreboot.org/openbios/openbios-devel@127 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -25,10 +25,18 @@
|
||||
?my-self >in.my-parent @
|
||||
;
|
||||
|
||||
: ihandle>non-interposed-phandle ( ihandle -- phandle )
|
||||
begin dup >in.interposed @ while
|
||||
>in.my-parent @
|
||||
repeat
|
||||
>in.device-node @
|
||||
;
|
||||
|
||||
: ihandle>phandle ( ihandle -- phandle )
|
||||
>in.device-node @
|
||||
;
|
||||
|
||||
|
||||
\ next-property
|
||||
\ defined in property.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user