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
671eb84f
Commit
671eb84f
authored
Apr 12, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libport: Make cfi annotations optional for x86_64.
parent
5c2db41c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
interlocked.c
libs/port/interlocked.c
+4
-4
No files found.
libs/port/interlocked.c
View file @
671eb84f
...
...
@@ -164,8 +164,8 @@ __ASM_GLOBAL_FUNC(interlocked_xchg_add,
"ret"
)
__ASM_GLOBAL_FUNC
(
interlocked_cmpxchg128
,
"push %rbx
\n\t
"
".cfi_adjust_cfa_offset 8
\n\t
"
".cfi_rel_offset %rbx,0
\n\t
"
__ASM_CFI
(
".cfi_adjust_cfa_offset 8
\n\t
"
)
__ASM_CFI
(
".cfi_rel_offset %rbx,0
\n\t
"
)
"mov %rcx,%r8
\n\t
"
/* compare */
"mov %rdx,%rbx
\n\t
"
/* xchg_low */
"mov %rsi,%rcx
\n\t
"
/* xchg_high */
...
...
@@ -176,8 +176,8 @@ __ASM_GLOBAL_FUNC(interlocked_cmpxchg128,
"mov %rdx,8(%r8)
\n\t
"
"setz %al
\n\t
"
"pop %rbx
\n\t
"
".cfi_adjust_cfa_offset -8
\n\t
"
".cfi_same_value %rbx
\n\t
"
__ASM_CFI
(
".cfi_adjust_cfa_offset -8
\n\t
"
)
__ASM_CFI
(
".cfi_same_value %rbx
\n\t
"
)
"ret"
)
#elif defined(__powerpc__)
...
...
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