mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
This patch replaces the string definitions in nvram.fs by the
simpler version s" that does not contain a complex parser for " "(0a) type of strings. Also use handle-text in " instead of the hand crafted version. This fixes strings in "see". Signed-off-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@613 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Stefan Reinauer
parent
8bd4ea05c8
commit
7dbe5e6507
@@ -1307,14 +1307,7 @@ false value capital-hex?
|
||||
+loop
|
||||
repeat
|
||||
over -
|
||||
state @ if
|
||||
['] (lit) , here 5 cells + ,
|
||||
['] (lit) , dup ,
|
||||
['] dobranch ,
|
||||
here -rot
|
||||
/n allot
|
||||
", null-align resolve-orig
|
||||
then
|
||||
handle-text
|
||||
; immediate
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user