Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
86864486
Commit
86864486
authored
Jun 28, 2018
by
André Hentschel
Committed by
Alexandre Julliard
Jun 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp: Map SIMD dwarf registers on ARM64.
Signed-off-by:
André Hentschel
<
nerv@dawncrow.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
1694ab08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
cpu_arm64.c
dlls/dbghelp/cpu_arm64.c
+1
-0
No files found.
dlls/dbghelp/cpu_arm64.c
View file @
86864486
...
...
@@ -158,6 +158,7 @@ static unsigned arm64_map_dwarf_register(unsigned regno, BOOL eh_frame)
if
(
regno
==
29
)
return
CV_ARM64_FP
;
if
(
regno
==
30
)
return
CV_ARM64_LR
;
if
(
regno
==
31
)
return
CV_ARM64_SP
;
if
(
regno
>=
64
&&
regno
<=
95
)
return
CV_ARM64_Q0
+
regno
-
64
;
FIXME
(
"Don't know how to map register %d
\n
"
,
regno
);
return
CV_ARM64_NOREG
;
...
...
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