j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: mcayland Date: Mon Jan 13 10:46:53 2014 New Revision: 1253 URL: http://tracker.coreboot.org/trac/openbios/changeset/1253
Log: other.fs: ensure the FCode function end0 is executed in immediate mode
As per the IEEE1275 specification, end0 should set fcode-end to true in both FCode evaluation and execution modes.
Signed-off-by: Mark Cave-Ayland mark.cave-ayland@ilande.co.uk
Modified: trunk/openbios-devel/forth/device/other.fs
Modified: trunk/openbios-devel/forth/device/other.fs ============================================================================== --- trunk/openbios-devel/forth/device/other.fs Mon Jan 13 10:46:51 2014 (r1252) +++ trunk/openbios-devel/forth/device/other.fs Mon Jan 13 10:46:53 2014 (r1253) @@ -174,7 +174,7 @@ \ Cease evaluating this FCode program. : end0 ( -- ) true fcode-end ! - ; + ; immediate
\ Cease evaluating this FCode program. : end1 ( -- )