From 06d4fc79ec22cdc93ca4577bd01fc496c3eb6c0e Mon Sep 17 00:00:00 2001 From: André Zwing Date: Thu, 22 May 2025 21:26:44 +0200 Subject: [WOW64] Remove debug messages --- wow64/wowbox64.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/wow64/wowbox64.c b/wow64/wowbox64.c index b3147404..6f7f8b46 100644 --- a/wow64/wowbox64.c +++ b/wow64/wowbox64.c @@ -127,7 +127,6 @@ NTSTATUS WINAPI BTCpuProcessInit(void) HMODULE module; UNICODE_STRING str; void **p__wine_unix_call_dispatcher; - __wine_dbg_output("[BOX64] BTCpuProcessInit\n"); #define STATIC_ASSERT(COND, MSG) typedef char static_assertion_##MSG[(!!(COND))*2-1] /* otherwise adjust arm64_epilog.S and arm64_next.S */ @@ -164,7 +163,6 @@ STATIC_ASSERT(offsetof(x64emu_t, win64_teb) == 3120, offset_of_b_must_be_4); InitX64Trace(&box64_context); - __wine_dbg_output("[BOX64] BTCpuProcessInit done\n"); return STATUS_SUCCESS; } @@ -218,7 +216,6 @@ NTSTATUS WINAPI BTCpuThreadInit(void) { WOW64_CONTEXT *ctx; x64emu_t *emu = RtlAllocateHeap( GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(*emu) ); - __wine_dbg_output("[BOX64] BTCpuThreadInit\n"); RtlWow64GetCurrentCpuArea( NULL, (void **)&ctx, NULL ); emu->context = &box64_context; -- cgit 1.4.1