mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Zero-pad byte properties
.properties before: someproperty -- 3 : 1 42 3 Now: someproperty -- 3 : 01 42 03 Signed-off-by: Andreas Färber <andreas.faerber@web.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@890 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Blue Swirl
parent
47803b04da
commit
18b3992073
@@ -283,7 +283,7 @@
|
|||||||
dup r@ + c@
|
dup r@ + c@
|
||||||
( len n ch )
|
( len n ch )
|
||||||
|
|
||||||
pocket tohexstr type ." "
|
pocket tohexstr dup 2 <> if ." 0" then type ." "
|
||||||
1+
|
1+
|
||||||
repeat
|
repeat
|
||||||
2drop r> drop 1
|
2drop r> drop 1
|
||||||
|
|||||||
Reference in New Issue
Block a user