aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/mips/interp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/mips/interp.c b/sim/mips/interp.c
index aa151c1..b794fb7 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);