[commit] r1251 - trunk/openbios-devel/forth/system
Author: mcayland Date: Mon Jan 13 10:46:46 2014 New Revision: 1251 URL: http://tracker.coreboot.org/trac/openbios/changeset/1251 Log: ciface.fs: enable test-method for all architectures Currently it is only compiled for PPC, but at least *BSD on SPARC64 try to make use of it too. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Modified: trunk/openbios-devel/forth/system/ciface.fs Modified: trunk/openbios-devel/forth/system/ciface.fs ============================================================================== --- trunk/openbios-devel/forth/system/ciface.fs Mon Jan 13 10:46:43 2014 (r1250) +++ trunk/openbios-devel/forth/system/ciface.fs Mon Jan 13 10:46:46 2014 (r1251) @@ -315,17 +315,12 @@ outer-interpreter ; -[IFDEF] CONFIG_PPC -\ PowerPC Microprocessor CHRP binding -\ 10.5.2. Client Interface - ( cstring-method phandle -- missing ) : test-method swap dup cstrlen rot find-method 0= if -1 else drop 0 then ; -[THEN] finish-device device-end
participants (1)
-
repository service