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
c6e8c2aa
Commit
c6e8c2aa
authored
Jan 05, 2007
by
Eric Pouech
Committed by
Alexandre Julliard
Jan 06, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp: Handling of S_SALIGN symbols.
parent
b675ac39
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
msc.c
dlls/dbghelp/msc.c
+4
-0
No files found.
dlls/dbghelp/msc.c
View file @
c6e8c2aa
...
@@ -1646,6 +1646,10 @@ static int codeview_snarf(const struct msc_debug_info* msc_dbg, const BYTE* root
...
@@ -1646,6 +1646,10 @@ static int codeview_snarf(const struct msc_debug_info* msc_dbg, const BYTE* root
sym
->
ssearch_v1
.
segment
,
sym
->
ssearch_v1
.
offset
);
sym
->
ssearch_v1
.
segment
,
sym
->
ssearch_v1
.
offset
);
break
;
break
;
case
S_ALIGN_V1
:
TRACE
(
"S-Align V1
\n
"
);
break
;
default:
default:
FIXME
(
"Unsupported symbol id %x
\n
"
,
sym
->
generic
.
id
);
FIXME
(
"Unsupported symbol id %x
\n
"
,
sym
->
generic
.
id
);
dump
(
sym
,
2
+
sym
->
generic
.
len
);
dump
(
sym
,
2
+
sym
->
generic
.
len
);
...
...
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