mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
phandles are addresses, so print them unsigned.
git-svn-id: svn://coreboot.org/openbios/openbios-devel@7 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -313,7 +313,7 @@
|
|||||||
\ 7.4.11 Device tree
|
\ 7.4.11 Device tree
|
||||||
|
|
||||||
: print-dev ( phandle -- phandle )
|
: print-dev ( phandle -- phandle )
|
||||||
dup .
|
dup u.
|
||||||
dup get-package-path type
|
dup get-package-path type
|
||||||
dup " device_type" rot get-package-property if
|
dup " device_type" rot get-package-property if
|
||||||
cr
|
cr
|
||||||
|
|||||||
Reference in New Issue
Block a user