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:
ab98fd5
)
lint
author
Steve Chamberlain
<sac@cygnus>
Tue, 26 May 1992 23:57:04 +0000
(23:57 +0000)
committer
Steve Chamberlain
<sac@cygnus>
Tue, 26 May 1992 23:57:04 +0000
(23:57 +0000)
gdb/am29k-tdep.c
patch
|
blob
|
history
diff --git
a/gdb/am29k-tdep.c
b/gdb/am29k-tdep.c
index 4d52f99b11f236949a2015449f3abeb0c5eedd12..f76d02e88cfb2f0d73e0e7c42fcba5519f6c96c2 100644
(file)
--- a/
gdb/am29k-tdep.c
+++ b/
gdb/am29k-tdep.c
@@
-769,7
+769,7
@@
push_dummy_frame ()
for (i = 0; i < num_bytes; i += 4)
{
/* Note: word is in target byte order. */
- read_register_gen (LR0_REGNUM + i / 4, &word
, 4
);
+ read_register_gen (LR0_REGNUM + i / 4, &word);
write_memory (rfb - num_bytes + i, &word, 4);
}
}