mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Correct Forth data stack when the alarm word is used (the implementation is currently missing, but we'll worry about that a bit
later). This allows us to proceed further with SPARC64 boot. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@642 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
7253d7b0af
commit
3ef33eb736
@@ -96,6 +96,7 @@ hex
|
|||||||
;
|
;
|
||||||
|
|
||||||
: alarm ( xt n -- )
|
: alarm ( xt n -- )
|
||||||
|
2drop
|
||||||
;
|
;
|
||||||
|
|
||||||
: user-abort ( ... -- ) ( R: ... -- )
|
: user-abort ( ... -- ) ( R: ... -- )
|
||||||
|
|||||||
Reference in New Issue
Block a user