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:
Mark Cave-Ayland
2009-12-09 18:44:01 +00:00
committed by Mark Cave-Ayland
parent 7253d7b0af
commit 3ef33eb736

View File

@@ -96,6 +96,7 @@ hex
; ;
: alarm ( xt n -- ) : alarm ( xt n -- )
2drop
; ;
: user-abort ( ... -- ) ( R: ... -- ) : user-abort ( ... -- ) ( R: ... -- )