Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 1999 19:45:08 -0600
From:      Russell Cattelan <cattelan@thebarn.com>
To:        freebsd-emulation@FreeBSD.ORG
Subject:   Working version of xcopilot for 3.0-current?
Message-ID:  <36A686A3.9E88334B@thebarn.com>

next in thread | raw e-mail | index | archive | help
I everything I try core dumps one of the threads.
looks like the one that actually loads the rom.

I've tried the one in the ports tree and the lastest version (0.6.7)
no luck on either.

Cannot access memory at address 0x400104a4.
#0  load_rom (dir=Cannot access memory at address 0xefbfd0b8.
) at memory.c:460
460         *p = (*bp << 8) | *(bp + 1);
(gdb) list
455       for (i = 0; i < rom_size/2; i++) {
456         UWORD *p;
457         UBYTE *bp;
458         p = rommemory + i;
459         bp = (UBYTE *)p;
460         *p = (*bp << 8) | *(bp + 1);
461       }
462     #endif
463
464       close(f);



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36A686A3.9E88334B>