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
d5e85d97
Commit
d5e85d97
authored
Aug 27, 2021
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedump: Fix the spelling of a trace and a comment.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
eae25715
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
msc.c
tools/winedump/msc.c
+2
-2
No files found.
tools/winedump/msc.c
View file @
d5e85d97
...
@@ -299,7 +299,7 @@ static const char* get_varflags(unsigned flags)
...
@@ -299,7 +299,7 @@ static const char* get_varflags(unsigned flags)
if
(
flags
&
0x0002
)
X
(
"addr-taken"
);
if
(
flags
&
0x0002
)
X
(
"addr-taken"
);
if
(
flags
&
0x0004
)
X
(
"compiler-gen"
);
if
(
flags
&
0x0004
)
X
(
"compiler-gen"
);
if
(
flags
&
0x0008
)
X
(
"aggregated"
);
if
(
flags
&
0x0008
)
X
(
"aggregated"
);
if
(
flags
&
0x0010
)
X
(
"in-aggreate"
);
if
(
flags
&
0x0010
)
X
(
"in-aggre
g
ate"
);
if
(
flags
&
0x0020
)
X
(
"aliased"
);
if
(
flags
&
0x0020
)
X
(
"aliased"
);
if
(
flags
&
0x0040
)
X
(
"alias"
);
if
(
flags
&
0x0040
)
X
(
"alias"
);
if
(
flags
&
0x0080
)
X
(
"retval"
);
if
(
flags
&
0x0080
)
X
(
"retval"
);
...
@@ -1189,7 +1189,7 @@ static void dump_defrange(const struct cv_addr_range* range, const void* last, c
...
@@ -1189,7 +1189,7 @@ static void dump_defrange(const struct cv_addr_range* range, const void* last, c
printf
(
"%s
\t
offset:%x range:#%x
\n
"
,
pfx
,
gap
->
gapStartOffset
,
gap
->
cbRange
);
printf
(
"%s
\t
offset:%x range:#%x
\n
"
,
pfx
,
gap
->
gapStartOffset
,
gap
->
cbRange
);
}
}
/* return adress of first byte after the symbol */
/* return ad
d
ress of first byte after the symbol */
static
inline
const
char
*
get_last
(
const
union
codeview_symbol
*
sym
)
static
inline
const
char
*
get_last
(
const
union
codeview_symbol
*
sym
)
{
{
return
(
const
char
*
)
sym
+
sym
->
generic
.
len
+
2
;
return
(
const
char
*
)
sym
+
sym
->
generic
.
len
+
2
;
...
...
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