Move the temporary compilation buffer into dictionary space. This prevent spurious dictionary overflow messages appearing due to

setup-tmp-comp switching dictionaries to memory outside of the initial dictionary space.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@761 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Mark Cave-Ayland
2010-04-30 20:54:03 +00:00
committed by Mark Cave-Ayland
parent 2864f104c5
commit 7e28db1a6e

View File

@@ -1542,7 +1542,7 @@ false value capital-hex?
\
: init-tmp-comp
200 alloc-mem tmp-comp-buf !
here 200 allot tmp-comp-buf !
;
\ the end