On 4/13/09, Mark Cave-Ayland mark.cave-ayland@siriusit.co.uk wrote:
Hi all,
Please find the enclosed patch which enhances the information displayed on the console when ?fcode-verbose is enabled and the Fcode evaluator is running. This is proving to be useful whilst trying to get Qemu to boot a SPARC64 image, and so I think it should be added to the repository.
This patch adds the following information to the console display: - The current address of the Fcode evaluator - An optional (compile) prefix if in compile mode - Any strings specified by b(") with a (const) prefix - Any fcode numbers with a (fcode#) prefix - Any branch offsets with an (offset) prefix
Applied, thanks a lot!