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
5bd74d0e
Commit
5bd74d0e
authored
Oct 20, 2022
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 20, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp: Fix the trailing linefeed of a WARN() message.
parent
480da372
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dwarf.c
dlls/dbghelp/dwarf.c
+1
-1
No files found.
dlls/dbghelp/dwarf.c
View file @
5bd74d0e
...
@@ -1953,7 +1953,7 @@ static void dwarf2_parse_variable(dwarf2_subprogram_t* subpgm,
...
@@ -1953,7 +1953,7 @@ static void dwarf2_parse_variable(dwarf2_subprogram_t* subpgm,
loc
.
offset
+=
subpgm
->
ctx
->
module_ctx
->
load_offset
;
loc
.
offset
+=
subpgm
->
ctx
->
module_ctx
->
load_offset
;
if
(
subpgm
->
top_func
)
if
(
subpgm
->
top_func
)
{
{
if
(
ext
.
u
.
uvalue
)
WARN
(
"unexpected global inside a functionn"
);
if
(
ext
.
u
.
uvalue
)
WARN
(
"unexpected global inside a function
\
n
"
);
symt_add_func_local
(
subpgm
->
ctx
->
module_ctx
->
module
,
subpgm
->
current_func
,
symt_add_func_local
(
subpgm
->
ctx
->
module_ctx
->
module
,
subpgm
->
current_func
,
DataIsStaticLocal
,
&
loc
,
subpgm
->
current_block
,
DataIsStaticLocal
,
&
loc
,
subpgm
->
current_block
,
param_type
,
dwarf2_get_cpp_name
(
di
,
name
.
u
.
string
));
param_type
,
dwarf2_get_cpp_name
(
di
,
name
.
u
.
string
));
...
...
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