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:
e4cf297
)
DMA define names changed (SRCADDR -> MADR).
author
James Lemke
<jlemke@cygnus>
Wed, 18 Feb 1998 16:47:03 +0000
(16:47 +0000)
committer
James Lemke
<jlemke@cygnus>
Wed, 18 Feb 1998 16:47:03 +0000
(16:47 +0000)
sim/mips/sky-pke.c
patch
|
blob
|
history
diff --git
a/sim/mips/sky-pke.c
b/sim/mips/sky-pke.c
index 1c94c996d120a6d13145a8e2032bbd8034d14a1b..7b906a04cabaaef5cfb24e680b801e7903cc404a 100644
(file)
--- 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_SRCAD
DR),
+ (SIM_ADDR) (me->pke_number == 0 ? DMA_D0_
MADR : DMA_D1_MA
DR),
(void*) & fqw->source_address,
sizeof(address_word));
sim_read(CPU_STATE(cpu),