mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
committed by
Mark Cave-Ayland
parent
2864f104c5
commit
7e28db1a6e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user