projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8b9cd2
)
Fix white space.
author
David Edelsohn
<dje@gcc.gnu.org>
Wed, 7 Jun 2017 12:41:20 +0000
(08:41 -0400)
committer
David Edelsohn
<dje@gcc.gnu.org>
Wed, 7 Jun 2017 12:41:20 +0000
(08:41 -0400)
From-SVN: r248969
libgcc/config/rs6000/aix-unwind.h
patch
|
blob
|
history
diff --git
a/libgcc/config/rs6000/aix-unwind.h
b/libgcc/config/rs6000/aix-unwind.h
index 2d8cdae1e5011de24f6c00c93b143ce360de18a4..156165894ea5a6b4abaaf02742ebe5e54643106a 100644
(file)
--- a/
libgcc/config/rs6000/aix-unwind.h
+++ b/
libgcc/config/rs6000/aix-unwind.h
@@
-141,10
+141,10
@@
ucontext_for (struct _Unwind_Context *context)
{
/* unix_64 */
if (*(ra - 6) == 0x7d000164) /* mtmsrd r8 */
-
{
-
/* AIX 6.1, 7.1 and 7.2 */
-
return (ucontext_t *)(context->cfa + 0x70);
-
}
+ {
+ /* AIX 6.1, 7.1 and 7.2 */
+ return (ucontext_t *)(context->cfa + 0x70);
+ }
}
#else
if (*(ra - 5) == 0x4c00012c /* isync */