Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
2f8d29a4
Commit
2f8d29a4
authored
Jun 07, 2017
by
David Edelsohn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix white space.
From-SVN: r248969
parent
d8b9cd27
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
libgcc/config/rs6000/aix-unwind.h
+4
-4
No files found.
libgcc/config/rs6000/aix-unwind.h
View file @
2f8d29a4
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment