Thanks, that was the problem.  I'll try your repository soon.

JP

On 04/05/2012 11:07 AM, Michael Walle wrote:

Hi,

can anyone tell me why I get different values when reading 0x60001074 and
0xe0001074?  Doesn't 0x60001074 shadow 0xe0001074?  This is using gdb on
qemu.

Do you get the same results like below?

(qemu) x /x 0x60001074
60001074: 0x04c4b400
(qemu) x /x 0xe0001074
e0001074: 0x00000000

Qemu/GDB uses another access than the emulated program. This case wasn't
handled.

Should be fixed in my repository at
  github.com/mwalle/qemu

_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode

Reply via email to