Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
b7d6e0a4
Commit
b7d6e0a4
authored
Jul 21, 2023
by
Billy Laws
Committed by
Alexandre Julliard
Jul 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Add aarch64 DWARF register definitions.
parent
9e09d0a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
dwarf.h
dlls/ntdll/unix/dwarf.h
+25
-1
No files found.
dlls/ntdll/unix/dwarf.h
View file @
b7d6e0a4
...
...
@@ -1048,7 +1048,31 @@ static void apply_frame_state( CONTEXT *context, struct frame_state *state,
#define DW_REG_r15 0x0f
#define DW_REG_rip 0x10
#endif
/* defined(__x86_64__) */
#elif defined(__aarch64__)
#define DW_REG_x19 19
#define DW_REG_x20 20
#define DW_REG_x21 21
#define DW_REG_x22 22
#define DW_REG_x23 23
#define DW_REG_x24 24
#define DW_REG_x25 25
#define DW_REG_x26 26
#define DW_REG_x27 27
#define DW_REG_x28 28
#define DW_REG_x29 29
#define DW_REG_x30 30
#define DW_REG_sp 31
#define DW_REG_v8 72
#define DW_REG_v9 73
#define DW_REG_v10 74
#define DW_REG_v11 75
#define DW_REG_v12 76
#define DW_REG_v13 77
#define DW_REG_v14 78
#define DW_REG_v15 79
#endif
/* defined(__aarch64__) */
#define __ASM_CFI_STR(...) #__VA_ARGS__
#define __ASM_CFI_ESC(...) \
...
...
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