mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Implement the "to" Forth word for setting defers. This enables OpenSolaris to execute "' kmem64-tte is va>tte-data" for setting
the va>tte-data defer. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@878 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
630c56c162
commit
9e577b8ace
@@ -1043,6 +1043,13 @@ variable #instance
|
|||||||
then
|
then
|
||||||
; immediate
|
; immediate
|
||||||
|
|
||||||
|
: is ( xt "wordname<>" -- )
|
||||||
|
parse-word $find if
|
||||||
|
(to)
|
||||||
|
else
|
||||||
|
s" could not find " type type
|
||||||
|
then
|
||||||
|
;
|
||||||
|
|
||||||
\
|
\
|
||||||
\ 7.3.4.2 Console Input
|
\ 7.3.4.2 Console Input
|
||||||
|
|||||||
Reference in New Issue
Block a user