Hi,

On Tue, 15 Nov 2005, Dave Feustel wrote:

>    *(uint32_t *)(gen_code_ptr + 210) = (long)(&) + 14;

This is usually a problem with dyngen extracting meaningless relocations 
from the object file.

It happened to me when I was working on the MIPS (host) support, and a lot 
of these relocations were relative to some global offset table (GOT). The 
names were missing, and I got lines like these.

Hth,
Dscho



_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to