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
9618f5ab
Commit
9618f5ab
authored
Jun 15, 2022
by
Stefan Dösinger
Committed by
Alexandre Julliard
Jun 17, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Emit CFI directives when building on Mac with gcc.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=53157
Signed-off-by:
Stefan Dösinger
<
stefan@codeweavers.com
>
parent
c8a356ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
asm.h
include/wine/asm.h
+1
-1
No files found.
include/wine/asm.h
View file @
9618f5ab
...
...
@@ -35,7 +35,7 @@
# define __ASM_FASTCALL(name,args) __ASM_NAME("__fastcall_" name)
#endif
#if defined(__GCC_HAVE_DWARF2_CFI_ASM) || (
defined(__clang__
) && defined(__GNUC__) && !defined(__SEH__))
#if defined(__GCC_HAVE_DWARF2_CFI_ASM) || (
(defined(__APPLE__) || defined(__clang__)
) && defined(__GNUC__) && !defined(__SEH__))
# define __ASM_CFI(str) str
#else
# define __ASM_CFI(str)
...
...
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