projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7b6d10
)
Typo in last commit.
author
Richard Henderson
<rth@gcc.gnu.org>
Wed, 30 Sep 1998 18:04:51 +0000
(11:04 -0700)
committer
Richard Henderson
<rth@gcc.gnu.org>
Wed, 30 Sep 1998 18:04:51 +0000
(11:04 -0700)
From-SVN: r22687
gcc/function.c
patch
|
blob
|
history
diff --git
a/gcc/function.c
b/gcc/function.c
index 3361fd857294c41b988d12165b440cf44a483b84..d4f29dbf73f49d277c5edd85a17633369a9b2e1a 100644
(file)
--- a/
gcc/function.c
+++ b/
gcc/function.c
@@
-2886,7
+2886,7
@@
purge_addressof_1 (loc, insn, force, store)
if (WORDS_BIG_ENDIAN)
{
bitpos += (size_sub / BITS_PER_WORD) * BITS_PER_WORD;
- bitpos
+
= (size_x / BITS_PER_WORD) * BITS_PER_WORD;
+ bitpos
-
= (size_x / BITS_PER_WORD) * BITS_PER_WORD;
}
if (BYTES_BIG_ENDIAN)
{