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
09d573ce
Commit
09d573ce
authored
Feb 17, 2021
by
Esme Povirk
Committed by
Alexandre Julliard
Feb 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mscoree: Remove individual vtable fixup traces.
Signed-off-by:
Esme Povirk
<
esme@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c6a30720
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
corruntimehost.c
dlls/mscoree/corruntimehost.c
+0
-2
No files found.
dlls/mscoree/corruntimehost.c
View file @
09d573ce
...
...
@@ -1319,7 +1319,6 @@ static void CDECL ReallyFixupVTable(struct dll_fixup *fixup)
ULONG_PTR
*
tokens
=
fixup
->
tokens
;
for
(
i
=
0
;
i
<
fixup
->
fixup
->
count
;
i
++
)
{
TRACE
(
"%#lx
\n
"
,
tokens
[
i
]);
vtable
[
i
]
=
mono_marshal_get_vtfixup_ftnptr
(
image
,
tokens
[
i
],
fixup
->
fixup
->
type
);
}
...
...
@@ -1363,7 +1362,6 @@ static void FixupVTableEntry(HMODULE hmodule, VTableFixup *vtable_fixup)
fixup
->
vtable
=
(
BYTE
*
)
hmodule
+
vtable_fixup
->
rva
;
fixup
->
done
=
FALSE
;
TRACE
(
"vtable_fixup->type=0x%x
\n
"
,
vtable_fixup
->
type
);
#if __x86_64__
if
(
vtable_fixup
->
type
&
COR_VTABLE_64BIT
)
#else
...
...
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