Author: wmb Date: Fri Jun 29 23:15:23 2012 New Revision: 3025 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3025
Log: Kernel - Increased the depth of the search order from 16 to 32 vocs, just in case.
Modified: forth/kernel/kernel.fth
Modified: forth/kernel/kernel.fth ============================================================================== --- forth/kernel/kernel.fth Fri Jun 29 23:09:12 2012 (r3024) +++ forth/kernel/kernel.fth Fri Jun 29 23:15:23 2012 (r3025) @@ -1683,7 +1683,7 @@ \ searched while interpreting Forth code.
decimal -16 equ nvocs +32 equ nvocs nvocs constant #vocs \ The # of vocabularies that can be in the search path
nvocs /token-t * ualloc-t user context \ vocabulary searched first