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:
Blue Swirl 2009-07-12 20:16:39 +00:00
parent 480883cebd
commit dfb87d8446
1 changed files with 2 additions and 1 deletions

View File

@ -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