From 9ce23bf9510da915a612c550a8d4e32da9840a26 Mon Sep 17 00:00:00 2001 From: James Lemke Date: Wed, 4 Mar 1998 23:33:36 +0000 Subject: [PATCH] * interp.c (sim_open): Map 4M of memory at zero for SKY sim only. --- sim/mips/interp.c | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.30.2