[OpenBIOS] [commit] r1253 - trunk/openbios-devel/forth/device

repository service svn at openbios.org
Mon Jan 13 10:46:54 CET 2014


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 at 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 ( -- )



More information about the OpenBIOS mailing list