From dfb87d8446eaf34d54f595c6998199d59ca01eaa Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 12 Jul 2009 20:16:39 +0000 Subject: [PATCH] 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 --- forth/bootstrap/bootstrap.fs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forth/bootstrap/bootstrap.fs b/forth/bootstrap/bootstrap.fs index 220e29f..7c59c7b 100644 --- a/forth/bootstrap/bootstrap.fs +++ b/forth/bootstrap/bootstrap.fs @@ -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