From: James Lemke Date: Wed, 4 Mar 1998 23:33:36 +0000 (+0000) Subject: * interp.c (sim_open): Map 4M of memory at zero for SKY sim only. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9ce23bf9510da915a612c550a8d4e32da9840a26;p=binutils-gdb.git * interp.c (sim_open): Map 4M of memory at zero for SKY sim only. --- diff --git a/sim/mips/interp.c b/sim/mips/interp.c index aa151c1a923..b794fb76566 100644 --- a/sim/mips/interp.c +++ b/sim/mips/interp.c @@ -314,6 +314,9 @@ sim_open (kind, cb, abfd, argv) K1BASE, K0SIZE, MEM_SIZE, /* actual size */ K0BASE); +#ifdef TARGET_SKY + sim_do_command (sd, "memory region 0x00000000,0x00100000"); /* 1M */ +#endif device_init(sd);