Esme Povirk : mscoree: Remove individual vtable fixup traces.

Alexandre Julliard julliard at winehq.org
Thu Feb 18 16:06:05 CST 2021


Module: wine
Branch: master
Commit: 09d573cee83eea2e1a34fbd0cee7b2800613c962
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=09d573cee83eea2e1a34fbd0cee7b2800613c962

Author: Esme Povirk <esme at codeweavers.com>
Date:   Wed Feb 17 16:02:17 2021 -0600

mscoree: Remove individual vtable fixup traces.

Signed-off-by: Esme Povirk <esme at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mscoree/corruntimehost.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/mscoree/corruntimehost.c b/dlls/mscoree/corruntimehost.c
index cf8acae09e0..51522c57d83 100644
--- a/dlls/mscoree/corruntimehost.c
+++ b/dlls/mscoree/corruntimehost.c
@@ -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




More information about the wine-cvs mailing list