projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24d084d
)
* interp.c (sim_open): Map 4M of memory at zero for SKY sim only.
author
James Lemke
<jlemke@cygnus>
Wed, 4 Mar 1998 23:33:36 +0000
(23:33 +0000)
committer
James Lemke
<jlemke@cygnus>
Wed, 4 Mar 1998 23:33:36 +0000
(23:33 +0000)
sim/mips/interp.c
patch
|
blob
|
history
diff --git
a/sim/mips/interp.c
b/sim/mips/interp.c
index aa151c1a9230686270fdb8454833e0598339b2d7..b794fb7656636a8c6d5db9ce211598c4e48ffe0e 100644
(file)
--- 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);