aboutsummaryrefslogtreecommitdiff
path: root/sim/mips
diff options
context:
space:
mode:
authorJames Lemke <jlemke@cygnus>1998-02-18 16:47:03 +0000
committerJames Lemke <jlemke@cygnus>1998-02-18 16:47:03 +0000
commit3733e09fb6f5329b66c4a5eefb789418b3f9a435 (patch)
tree7249f1b6b3cb9975276005e5826745f28dcd9a18 /sim/mips
parente4cf2977c76f671deca5ecc3eed4afe668b831b7 (diff)
downloadfsf-binutils-gdb-3733e09fb6f5329b66c4a5eefb789418b3f9a435.zip
fsf-binutils-gdb-3733e09fb6f5329b66c4a5eefb789418b3f9a435.tar.gz
fsf-binutils-gdb-3733e09fb6f5329b66c4a5eefb789418b3f9a435.tar.bz2
DMA define names changed (SRCADDR -> MADR).
Diffstat (limited to 'sim/mips')
-rw-r--r--sim/mips/sky-pke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/sky-pke.c b/sim/mips/sky-pke.c
index 1c94c99..7b906a0 100644
--- a/sim/mips/sky-pke.c
+++ b/sim/mips/sky-pke.c
@@ -468,7 +468,7 @@ pke_io_write_buffer(device *me_,
fqw = & me->fifo[me->fifo_num_elements];
memcpy((void*) fqw->data, me->fifo_qw_in_progress, sizeof(quadword));
sim_read(CPU_STATE(cpu),
- (SIM_ADDR) (me->pke_number == 0 ? DMA_D0_SRCADDR : DMA_D1_SRCADDR),
+ (SIM_ADDR) (me->pke_number == 0 ? DMA_D0_MADR : DMA_D1_MADR),
(void*) & fqw->source_address,
sizeof(address_word));
sim_read(CPU_STATE(cpu),