mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Minor tweaks to dump word output (Mark Cave-Ayland)
git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@511 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -1310,7 +1310,8 @@ false value capital-hex?
|
||||
|
||||
: dump ( addr len -- )
|
||||
over + swap
|
||||
do i . space
|
||||
cr
|
||||
do i u. space
|
||||
10 0 do
|
||||
j i + c@
|
||||
dup 10 / todigit emit
|
||||
|
||||
Reference in New Issue
Block a user