Author: quozl Date: Tue Nov 15 05:25:45 2011 New Revision: 2691 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2691
Log: OLPC trac 11427 - stack effect comment fix
Modified: cpu/x86/pc/olpc/gamekeys.fth
Modified: cpu/x86/pc/olpc/gamekeys.fth ============================================================================== --- cpu/x86/pc/olpc/gamekeys.fth Tue Nov 15 05:21:53 2011 (r2690) +++ cpu/x86/pc/olpc/gamekeys.fth Tue Nov 15 05:25:45 2011 (r2691) @@ -44,7 +44,7 @@ ; ' gamekey-pause-message to pause-message
-: olpc-hold-message +: olpc-hold-message ( ms -- ) [ifdef] test-station test-station 1 5 between if drop false exit then [then]
openfirmware@openfirmware.info